Skip to content

Commit

Permalink
ci: Fix old hardware configuration path
Browse files Browse the repository at this point in the history
Should make the ci pass.
  • Loading branch information
donovanglover committed Jun 21, 2024
1 parent 79401e0 commit f842f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: cp ./hardware/laptop.nix ./example/hardware-configuration.nix
- run: cp ./hosts/laptop/hardware-configuration.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"

0 comments on commit f842f5f

Please sign in to comment.