Updated Workflow, Added Update

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"
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"
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'