mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
merge multiple extra-experimental-features args
This commit is contained in:
parent
b8ac792d3c
commit
3629a12231
2 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
let
|
||||
inherit (initialPackageInfo) cacert nix;
|
||||
|
||||
nixCmd = "${nix}/bin/nix --extra-experimental-features flakes --extra-experimental-features nix-command";
|
||||
nixCmd = "${nix}/bin/nix --extra-experimental-features 'flakes nix-command'";
|
||||
in
|
||||
|
||||
writeText "login-inner" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue