diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e73072e..4e874791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,4 +28,5 @@ jobs: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - run: cp ./hardware/laptop.nix ./example/hardware-configuration.nix + - run: git add . - run: nix flake check ./example --no-write-lock-file --override-input nix-config "git+file://$(pwd | sed -e 's/\s/%20/g')?shallow=1"