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…
Add table
Add a link
Reference in a new issue