nixos-install: add prefix extra- to flake flags (#351323)

This commit is contained in:
Jörg Thalheim 2024-10-30 10:26:18 +01:00 committed by GitHub
commit 48c539d248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ while [ "$#" -gt 0 ]; do
;;
--flake)
flake="$1"
flakeFlags=(--experimental-features 'nix-command flakes')
flakeFlags=(--extra-experimental-features 'nix-command flakes')
shift 1
;;
--file|-f)