Updated Workflow, Added Update
Some checks failed
/ Check NixOS Configuration (push) Failing after 23s

This commit is contained in:
Kaybee 2024-09-17 21:04:47 +02:00
parent 359d310289
commit cd7261b033

View file

@ -10,6 +10,9 @@ jobs:
- name: "Git Clone" - name: "Git Clone"
run: git clone https://git.kb-one.de/kb01/aux-config . run: git clone https://git.kb-one.de/kb01/aux-config .
- name: "Nix Flake Update"
run: nix flake update --experimental-features 'nix-command flakes'
- name: "Check evaluation" - name: "Check evaluation"
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes' run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'