1
0
Fork 0
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:
Daiderd Jordan 2018-10-26 17:47:45 +01:00
parent e5c988edf1
commit 63dfbc93d5
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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