Updated Workflow to use Lix
Some checks failed
/ Check NixOS Configuration (push) Failing after 20s

This commit is contained in:
Kaybee 2024-09-17 20:21:37 +02:00
parent d1c0b6b27b
commit 359d310289

View file

@ -8,9 +8,7 @@ jobs:
name: "Check NixOS Configuration" name: "Check NixOS Configuration"
steps: steps:
- name: "Git Clone" - name: "Git Clone"
run: | run: git clone https://git.kb-one.de/kb01/aux-config .
git clone https://git.kb-one.de/kb01/aux-config .
ls -la
- 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'