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:59:31 +00:00
parent 02a151ada4
commit b21ff82707
-1
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"
)