mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Fix typos
This commit is contained in:
parent
a5c87e45c2
commit
8207570eef
1 changed files with 4 additions and 3 deletions
|
|
@ -21,9 +21,10 @@ rec {
|
||||||
echo " nix-shell '<nix-on-droid>' -A migration"
|
echo " nix-shell '<nix-on-droid>' -A migration"
|
||||||
echo "to migrate your system to the new version."
|
echo "to migrate your system to the new version."
|
||||||
echo
|
echo
|
||||||
echo "Please note, that all files in /etc currently provided by nix-on-droid are getting installed. The current \
|
echo "Please note, that all files in /etc currently provided by nix-on-droid will be created. The current files \
|
||||||
files will be backuped with a '.bak' file extension."
|
will be backed up with a '.bak' file extension."
|
||||||
echo "For setups with home-manager (only recognised of HOME_MANAGER_CONFIG is set or ~/.config/nixpkgs/home.nix \
|
echo
|
||||||
|
echo "For setups with home-manager (only recognised if HOME_MANAGER_CONFIG is set or ~/.config/nixpkgs/home.nix \
|
||||||
is present) there is one manual step necessary *before* running the migration script: Remove basic-environment \
|
is present) there is one manual step necessary *before* running the migration script: Remove basic-environment \
|
||||||
package of 'home.packages' list."
|
package of 'home.packages' list."
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue