Updated Workflow to use Lix
Some checks failed
/ Check NixOS Configuration (push) Failing after 0s

This commit is contained in:
Kaybee 2024-09-17 20:17:52 +02:00
parent cf6e47eb54
commit 7e467b928b

View file

@ -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'