mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-08 10:09:38 +00:00
installer: include channels in bootstrap NIX_PATH
This commit is contained in:
parent
e5c988edf1
commit
63dfbc93d5
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ let
|
|||
"darwin-config=${toString ./configuration.nix}"
|
||||
"darwin=${toString ../..}"
|
||||
"nixpkgs=${toString pkgs.path}"
|
||||
"$HOME/.nix-defexpr/channels"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
"$NIX_PATH"
|
||||
];
|
||||
in
|
||||
|
|
Loading…
Add table
Reference in a new issue