mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
nix: include root channels in default NIX_PATH
This commit is contained in:
parent
dba63848e8
commit
1eadb10b9b
1 changed files with 1 additions and 1 deletions
|
@ -292,8 +292,8 @@ in
|
||||||
[ # Incldue default paths for <darwin> and <darwin-config>.
|
[ # Incldue default paths for <darwin> and <darwin-config>.
|
||||||
"darwin=$HOME/.nix-defexpr/darwin"
|
"darwin=$HOME/.nix-defexpr/darwin"
|
||||||
"darwin-config=$HOME/.nixpkgs/darwin-configuration.nix"
|
"darwin-config=$HOME/.nixpkgs/darwin-configuration.nix"
|
||||||
"nixpkgs=$HOME/.nix-defexpr/channels/nixpkgs"
|
|
||||||
"$HOME/.nix-defexpr/channels"
|
"$HOME/.nix-defexpr/channels"
|
||||||
|
"/nix/var/nix/profiles/per-user/root/channels"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
The default Nix expression search path, used by the Nix
|
The default Nix expression search path, used by the Nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue