From fb018be501ef9522d13badbe17640e11d38fabae Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sun, 6 Oct 2019 14:10:46 +0200 Subject: [PATCH] Clarify double-installing basic-environment --- src/pkgs/files/raw/home.nix.default | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pkgs/files/raw/home.nix.default b/src/pkgs/files/raw/home.nix.default index e60781a..8f4fccf 100644 --- a/src/pkgs/files/raw/home.nix.default +++ b/src/pkgs/files/raw/home.nix.default @@ -26,7 +26,11 @@ in # Simply install just the packages home.packages = with pkgs; [ # Stuff that you really really want to have - nix-on-droid.basic-environment # think twice before removing these + nix-on-droid.basic-environment + # (It's installed twice, first time during the installation with nix-env, + # second time here, with higher priority (and updates on rebuilds). + # It's for your own safety. You are advised to keep both, it's OK. + # Removing one is fine too, but removing both will break your install.) # User-facing stuff that you really really want to have vim # or some other editor, e.g. nano or neovim