mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 14:32:42 +01:00
Show users how to source the profile, to get a working Nix.
This commit is contained in:
parent
16daed49dc
commit
4b45f94b5c
1 changed files with 7 additions and 2 deletions
|
|
@ -259,8 +259,13 @@ function finish_success {
|
|||
ok "Alright! We're done!"
|
||||
cat <<EOF
|
||||
|
||||
Before Nix will work in your existing shells, you'll need to close
|
||||
them and open them again. Other than that, you should be ready to go.
|
||||
Before Nix will work in your existing shells, you'll need to either
|
||||
run:
|
||||
|
||||
$ source $PROFILE_NIX_FILE
|
||||
|
||||
or close them and open them again. Other than that, you should be
|
||||
ready to go.
|
||||
|
||||
Try it! Open a new terminal, and type:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue