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
Add a link
Reference in a new issue