Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 16daed49dc2c
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0ec723375bc6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 17, 2017

  1. Copy the full SHA
    4b45f94 View commit details
  2. Merge pull request #1469 from grahamc/domen-feedback-nix

    Show users how to source the profile, to get a working Nix.
    edolstra authored Jul 17, 2017
    Copy the full SHA
    0ec7233 View commit details
Showing with 7 additions and 2 deletions.
  1. +7 −2 scripts/install-darwin-multi-user.sh
9 changes: 7 additions & 2 deletions scripts/install-darwin-multi-user.sh
Original file line number Diff line number Diff line change
@@ -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: