mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Updated Workflow, Added Update
This commit is contained in:
parent
359d310289
commit
cd7261b033
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue