nixos-install: add prefix extra- to flake flags

This commit is contained in:
name_snrl 2024-10-26 07:05:03 +05:00
parent 204a1a733f
commit 608f85717f

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)