ci: Fix example directory typo

Forgot to change this after deciding on one example instead of several.
This commit is contained in:
Donovan Glover 2024-04-06 14:14:20 -04:00
parent a4637faad6
commit a34dc24238
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -34,5 +34,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: ln -s hardware/laptop.nix examples/hardware-configuration.nix
- 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')"