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:11:44 +02:00
parent 6738b5a4e5
commit cf6e47eb54

View file

@ -13,10 +13,10 @@ jobs:
cd aux-config cd aux-config
- name: "Check evaluation" - name: "Check evaluation"
run: nix flake check --no-build --all-systems --extra-experimental-features nix-command run: nix flake check --no-build --all-systems --extra-experimental-features nix-command,flakes
- name: "Do linting" - name: "Do linting"
run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command run: nix run nixpkgs#statix -- check . --extra-experimental-features nix-command,flakes
- name: "Check formatting" - name: "Check formatting"
run: nix fmt -- --fail-on-change --extra-experimental-features nix-command run: nix fmt -- --fail-on-change --extra-experimental-features nix-command,flakes