diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-07-22 17:38:37 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-07-22 17:38:37 +0200 |
| commit | 1eadb10b9bc27db96267cca2e014a8242eb887ee (patch) | |
| tree | 243e8b3c56f5b9abe129a8f8458e09f3ebaa7274 /modules | |
| parent | dba63848e8f7612c70fc72b7e3c73091035b8120 (diff) | |
nix: include root channels in default NIX_PATH
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 5904df4..070e79f 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -292,8 +292,8 @@ in [ # Incldue default paths for <darwin> and <darwin-config>. "darwin=$HOME/.nix-defexpr/darwin" "darwin-config=$HOME/.nixpkgs/darwin-configuration.nix" - "nixpkgs=$HOME/.nix-defexpr/channels/nixpkgs" "$HOME/.nix-defexpr/channels" + "/nix/var/nix/profiles/per-user/root/channels" ]; description = '' The default Nix expression search path, used by the Nix |
