mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
ci: Fix old hardware configuration path
Should make the ci pass.
This commit is contained in:
parent
79401e029b
commit
f842f5f6bc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user