mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 16:27:03 +00:00
nix: look for <darwin> in channels by default
This commit is contained in:
parent
6d91e5b565
commit
1d0ecb8914
1 changed files with 1 additions and 3 deletions
|
@ -283,10 +283,8 @@ in
|
||||||
nix.nixPath = mkOption {
|
nix.nixPath = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default =
|
default =
|
||||||
[ # Incldue default paths for <darwin> and <darwin-config>.
|
[ # Include default path <darwin-config>.
|
||||||
"darwin=$HOME/.nix-defexpr/darwin"
|
|
||||||
"darwin-config=$HOME/.nixpkgs/darwin-configuration.nix"
|
"darwin-config=$HOME/.nixpkgs/darwin-configuration.nix"
|
||||||
"$HOME/.nix-defexpr/channels"
|
|
||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
"/nix/var/nix/profiles/per-user/root/channels"
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue