mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Don't reset experimental features
This commit is contained in:
parent
bcdb6022b3
commit
ae73fc3b03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue