Skip to content

Commit ed6c8fd

Browse files
Fix nix install to be non-interactive via circleci
1 parent 4aae6f7 commit ed6c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run:
2929
name: Install Nix
3030
command: |
31-
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
31+
sh <(curl -L https://nixos.org/nix/install) --daemon --yes
3232
3333
- run:
3434
name: Install cachix

0 commit comments

Comments
 (0)