3
0
Fork 0
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:
Domen Kožar 2021-05-16 19:01:29 +02:00 committed by GitHub
commit e9d4e7fc5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)