From 3a4dec333716431a8917a3042cb8e32ac94217a7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Mar 2026 18:11:14 +0100 Subject: [PATCH] test --- .github/workflows/rust.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index aa27ca7..adb8940 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,10 +15,15 @@ jobs: runs-on: ubuntu-latest container: image: nixos/nix:latest + env: + NIX_CONFIG: "extra-experimental-features = nix-command flakes" steps: + - name: checkout depedencies + run: nix shell nixpkgs#nodejs + - uses: actions/checkout@v4 - name: build - run: nix develop --extra-experimental-features 'nix-command flakes' + run: nix develop . - name: Install sqlx-cli run: cargo install sqlx-cli --no-default-features --features postgres - name: Prepare