diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 024b4180..672b8ea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v27 - - run: cp ./hardware/laptop.nix ./example/hardware-configuration.nix + - run: cp ./hosts/laptop/hardware-configuration.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"