ci: Copy instead of soft link

Might fix the GitHub CI.
This commit is contained in:
Donovan Glover 2024-04-06 14:34:08 -04:00
parent 28da507020
commit 17663e7118
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -27,5 +27,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: ln -s hardware/laptop.nix example/hardware-configuration.nix
- run: cp ./hardware/laptop.nix ./example/hardware-configuration.nix
- run: nix flake check ./example --no-write-lock-file --override-input nix-config "git+file://$(pwd | sed -e 's/\s/%20/g')?shallow=1"