From 6738b5a4e51fd037e8a8ba50bff2f690d98c2dc9 Mon Sep 17 00:00:00 2001 From: kB01 Date: Tue, 17 Sep 2024 20:10:18 +0200 Subject: [PATCH] Updated Workflow to use Lix --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e71f56..936b161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: cd aux-config - name: "Check evaluation" - run: nix flake check --no-build --all-systems + run: nix flake check --no-build --all-systems --extra-experimental-features nix-command - name: "Do linting" - run: nix run nixpkgs#statix -- check . + run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command - name: "Check formatting" - run: nix fmt -- --fail-on-change + run: nix fmt -- --fail-on-change --extra-experimental-features nix-command