Merge pull request #123246 from regnat/patch-1
nixos-rebuild: Don’t reset the experimental features
This commit is contained in:
commit
e9d4e7fc5f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ while [ "$#" -gt 0 ]; do
|
||||||
;;
|
;;
|
||||||
--flake)
|
--flake)
|
||||||
flake="$1"
|
flake="$1"
|
||||||
flakeFlags=(--experimental-features 'nix-command flakes')
|
flakeFlags=(--extra-experimental-features 'nix-command flakes')
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
--recreate-lock-file|--no-update-lock-file|--no-write-lock-file|--no-registries|--commit-lock-file)
|
--recreate-lock-file|--no-update-lock-file|--no-write-lock-file|--no-registries|--commit-lock-file)
|
||||||
|
|
Loading…
Reference in a new issue