mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Fix typo in default.nix
This commit is contained in:
parent
5cdf09fb1d
commit
1f6e469bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ rec {
|
||||||
echo "Recommended: install basic-environment with nix-env:"
|
echo "Recommended: install basic-environment with nix-env:"
|
||||||
echo " nix-env -iA nix-on-droid.basic-environment"
|
echo " nix-env -iA nix-on-droid.basic-environment"
|
||||||
echo "(and if it fails with conflicts, retry after executing:"
|
echo "(and if it fails with conflicts, retry after executing:"
|
||||||
echo " nix-env --set-flag --priority 50 home-manager-path)"
|
echo " nix-env --set-flag priority 50 home-manager-path)"
|
||||||
echo
|
echo
|
||||||
echo "Recommended: update with what you've used before (home-manager switch -or- nix-env -u)"
|
echo "Recommended: update with what you've used before (home-manager switch -or- nix-env -u)"
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue