mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 07:28:53 +01:00
ci: Fix example directory typo
Forgot to change this after deciding on one example instead of several.
This commit is contained in:
parent
a4637faad6
commit
a34dc24238
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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')"
|
||||
|
Loading…
Reference in New Issue
Block a user