Skip to content

Commit b21ff82

Browse files
committed
Remove deprecated --darwin-use-unencrypted-nix-store-volume flag
Fixes the following warning: ``` Warning: the flag --darwin-use-unencrypted-nix-store-volume is no longer needed and will be removed in the future. ````
1 parent 02a151a commit b21ff82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install-nix.sh

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ fi
6565
# Nix installer flags
6666
installer_options=(
6767
--no-channel-add
68-
--darwin-use-unencrypted-nix-store-volume
6968
--nix-extra-conf-file "$workdir/nix.conf"
7069
)
7170

0 commit comments

Comments
 (0)