ci: Check example flake with relative source

This should make flake checks reproducible even when the GitHub
repository is updated.
This commit is contained in:
Donovan Glover 2024-04-06 13:08:25 -04:00
parent 8c9d60ca56
commit 5afd2f2b49
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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