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. ````
This commit is contained in:
@@ -65,7 +65,6 @@ fi
|
||||
# Nix installer flags
|
||||
installer_options=(
|
||||
--no-channel-add
|
||||
--darwin-use-unencrypted-nix-store-volume
|
||||
--nix-extra-conf-file "$workdir/nix.conf"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user