update install readme

This commit is contained in:
Daiderd Jordan
2016-12-15 15:03:57 +01:00
parent 3e4583ee9a
commit 1f746c2605
2 changed files with 15 additions and 25 deletions
+2 -6
View File
@@ -7,14 +7,10 @@
[ pkgs.nix-repl
];
# Create /etc/bashrc that loads the nix-darwin environment.
programs.bash.enable = true;
programs.bash.interactiveShellInit = ''
# Edit the NIX_PATH entries below or put the nix-darwin repository in
# ~/.nix-defexpr/darwin and your configuration in ~/.nixpkgs/darwin-config.nix
export NIX_PATH=darwin=$HOME/.nix-defexpr/darwin:darwin-config=$HOME/.nixpkgs/darwin-config.nix:$NIX_PATH
'';
# Recreate /run/current-system symlink after boot.
services.activate-system.enable = true;
}