mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 15:06:31 +02:00
ci: Add missing git add before overriding input
Might fix things.
This commit is contained in:
parent
17663e7118
commit
7def2c1b3c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -28,4 +28,5 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: cp ./hardware/laptop.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…
x
Reference in New Issue
Block a user