This commit is contained in:
parent
cf6e47eb54
commit
7e467b928b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
|||
cd aux-config
|
||||
|
||||
- name: "Check evaluation"
|
||||
run: nix flake check --no-build --all-systems --extra-experimental-features nix-command,flakes
|
||||
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'
|
||||
|
||||
- name: "Do linting"
|
||||
run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command,flakes
|
||||
run: nix run nixpkgs#statix -- check . --experimental-features 'nix-command flakes'
|
||||
|
||||
- name: "Check formatting"
|
||||
run: nix fmt -- --fail-on-change --extra-experimental-features nix-command,flakes
|
||||
run: nix fmt -- --fail-on-change --experimental-features 'nix-command flakes'
|
||||
|
|
Loading…
Add table
Reference in a new issue