diff options
| author | Sandro Stikić <sandro@stikic.com> | 2022-02-04 16:16:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 16:16:08 +0800 |
| commit | ae73fc3b031d1364a82affaeb7ccffdb45a64601 (patch) | |
| tree | b4eb8c12073fcaf0c802cf2c5bf7a4e71d4213ed /pkgs | |
| parent | bcdb6022b3a300abf59cb5d0106c158940f5120e (diff) | |
Don't reset experimental features
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/nix-tools/darwin-rebuild.sh | 2 |
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 |
