Merge pull request #230 from cachix/remove-deprecated-flag

Remove deprecated `--darwin-use-unencrypted-nix-store-volume` flag
This commit is contained in:
sander 2025-03-20 23:54:08 +00:00 committed by GitHub
commit 53fb48f556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,6 @@ fi
# Nix installer flags # Nix installer flags
installer_options=( installer_options=(
--no-channel-add --no-channel-add
--darwin-use-unencrypted-nix-store-volume
--nix-extra-conf-file "$workdir/nix.conf" --nix-extra-conf-file "$workdir/nix.conf"
) )