summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Stikić <sandro@stikic.com>2022-02-04 16:16:08 +0800
committerGitHub <noreply@github.com>2022-02-04 16:16:08 +0800
commitae73fc3b031d1364a82affaeb7ccffdb45a64601 (patch)
treeb4eb8c12073fcaf0c802cf2c5bf7a4e71d4213ed
parentbcdb6022b3a300abf59cb5d0106c158940f5120e (diff)
Don't reset experimental features
-rw-r--r--pkgs/nix-tools/darwin-rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/nix-tools/darwin-rebuild.sh b/pkgs/nix-tools/darwin-rebuild.sh
index 3b4fb08..22a3f90 100644
--- a/pkgs/nix-tools/darwin-rebuild.sh
+++ b/pkgs/nix-tools/darwin-rebuild.sh
@@ -112,7 +112,7 @@ done
if [ -z "$action" ]; then showSyntax; fi
-flakeFlags=(--experimental-features 'nix-command flakes')
+flakeFlags=(--extra-experimental-features 'nix-command flakes')
if [ -n "$flake" ]; then
if [[ $flake =~ ^(.*)\#([^\#\"]*)$ ]]; then