mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-12 13:28:54 +01:00
ci: Make input override work for shallow clone
This should fix things.
This commit is contained in:
parent
8535a06e52
commit
28da507020
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: ln -s 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')"
|
||||
- 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