Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ooesili committed Mar 21, 2021
1 parent 0cc17a3 commit 5aacd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ blocks:
commands:
- checkout
- cache restore nix-store
- test -f /tmp/build-inputs.closure && nix-store --import < /tmp/build-inputs.closure
- 'if [[ -f /tmp/build-inputs.closure ]]; then nix-store --import < /tmp/build-inputs.closure; fi'
- nix-store --export $(nix-store -qR $(nix-build -A inputDerivation)) > /tmp/build-inputs.closure
- cache delete nix-store
- cache store nix-store /tmp/build-inputs.closure
Expand Down

0 comments on commit 5aacd69

Please sign in to comment.