mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Updated Workflow to use Lix
This commit is contained in:
parent
cf6e47eb54
commit
7e467b928b
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…
Reference in a new issue