diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22a31f6..608805f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'