From 8207570eeff43e20f4a02bd64316cb42d10bf5c7 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Sat, 30 Nov 2019 23:10:12 +0100 Subject: [PATCH] Fix typos --- default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 3bf2777..31c4d97 100644 --- a/default.nix +++ b/default.nix @@ -21,9 +21,10 @@ rec { echo " nix-shell '' -A migration" echo "to migrate your system to the new version." echo - echo "Please note, that all files in /etc currently provided by nix-on-droid are getting installed. The current \ - files will be backuped 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 "Please note, that all files in /etc currently provided by nix-on-droid will be created. The current files \ + will be backed up with a '.bak' file extension." + 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 \ package of 'home.packages' list." echo