Merge pull request #123246 from regnat/patch-1

nixos-rebuild: Don’t reset the experimental features
This commit is contained in:
Domen Kožar
2021-05-16 19:01:29 +02:00
committed by GitHub

View File

@@ -105,7 +105,7 @@ while [ "$#" -gt 0 ]; do
;;
--flake)
flake="$1"
flakeFlags=(--experimental-features 'nix-command flakes')
flakeFlags=(--extra-experimental-features 'nix-command flakes')
shift 1
;;
--recreate-lock-file|--no-update-lock-file|--no-write-lock-file|--no-registries|--commit-lock-file)