summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-09 03:14:01 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-09 22:00:43 +1100
commit050b7db4451bbca9798d09661f098cb0033779b5 (patch)
tree5017ae3478ff3601938565dc5a1442bf91049311 /pkgs
parent2fe3de580e02a3d867134d6632525cf93ffaf0cb (diff)
installer: don't tell users to source bashrc
Fixes #380
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/darwin-installer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/darwin-installer/default.nix b/pkgs/darwin-installer/default.nix
index 37a391c..5c6d801 100644
--- a/pkgs/darwin-installer/default.nix
+++ b/pkgs/darwin-installer/default.nix
@@ -95,7 +95,7 @@ stdenv.mkDerivation {
echo >&2 " Open '$config' to get started."
echo >&2 " See the README for more information: https://github.com/LnL7/nix-darwin/blob/master/README.md"
echo >&2
- echo >&2 " Don't forget to start a new shell or source /etc/static/bashrc."
+ echo >&2 " Please log out and log in again to make sure nix-darwin is properly loaded."
echo >&2
exit
'';