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:
Sander 2025-03-20 22:58:29 +00:00
parent 02a151ada4
commit b21ff82707
No known key found for this signature in database
GPG key ID: D1A763BC84F34603

View file

@ -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"
)