ci: Add missing git add before overriding input

Might fix things.
This commit is contained in:
Donovan Glover 2024-04-06 14:39:06 -04:00
parent 17663e7118
commit 7def2c1b3c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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"