mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Sprinkle --extra-experimental-features nix-command
This commit is contained in:
parent
a7a2d56937
commit
2d4d541334
2 changed files with 7 additions and 3 deletions
|
|
@ -44,8 +44,10 @@ writeText "login-inner" ''
|
|||
${coreutils}/bin/chmod u+w $HOME/.config/nixpkgs/nix-on-droid.nix
|
||||
|
||||
echo "Installing first nix-on-droid generation..."
|
||||
${nix}/bin/nix build --no-link --file "<nix-on-droid>" nix-on-droid
|
||||
$(${nix}/bin/nix path-info --file "<nix-on-droid>" nix-on-droid)/bin/nix-on-droid switch
|
||||
${nix}/bin/nix --extra-experimental-features nix-command \
|
||||
build --no-link --file "<nix-on-droid>" nix-on-droid
|
||||
$(${nix}/bin/nix --extra-experimental-features nix-command \
|
||||
path-info --file "<nix-on-droid>" nix-on-droid)/bin/nix-on-droid switch
|
||||
|
||||
echo
|
||||
echo "Congratulations! Now you have Nix installed with some default packages like bashInteractive, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue