forked from mirrors/nixpkgs
Merge pull request #123246 from regnat/patch-1
nixos-rebuild: Don’t reset the experimental features
This commit is contained in:
commit
e9d4e7fc5f
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue