mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-05 08:17:01 +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 {
|
||||
type = types.listOf types.str;
|
||||
default =
|
||||
[ # Incldue default paths for <darwin> and <darwin-config>.
|
||||
"darwin=$HOME/.nix-defexpr/darwin"
|
||||
[ # Include default path <darwin-config>.
|
||||
"darwin-config=$HOME/.nixpkgs/darwin-configuration.nix"
|
||||
"$HOME/.nix-defexpr/channels"
|
||||
"/nix/var/nix/profiles/per-user/root/channels"
|
||||
];
|
||||
description = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue