mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 07:28:53 +01:00
ci: Copy instead of soft link
Might fix the GitHub CI.
This commit is contained in:
parent
28da507020
commit
17663e7118
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user