Fix typo in default.nix

This commit is contained in:
Tobias Happ 2020-01-13 19:27:02 +01:00 committed by Alexander Sosedkin
parent 5cdf09fb1d
commit 1f6e469bd3

View file

@ -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