mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Updated Workflow to use Lix
This commit is contained in:
parent
d1c0b6b27b
commit
359d310289
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -8,9 +8,7 @@ jobs:
|
|||
name: "Check NixOS Configuration"
|
||||
steps:
|
||||
- name: "Git Clone"
|
||||
run: |
|
||||
git clone https://git.kb-one.de/kb01/aux-config .
|
||||
ls -la
|
||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||
|
||||
- name: "Check evaluation"
|
||||
run: nix flake check --no-build --all-systems --experimental-features 'nix-command flakes'
|
||||
|
|
|
|||
Loading…
Reference in a new issue