ci: Fix old hardware configuration path

Should make the ci pass.
This commit is contained in:
Donovan Glover 2024-06-20 22:39:44 -04:00
parent 79401e029b
commit f842f5f6bc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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"