Skip to content

Commit

Permalink
nix: look for <darwin> in channels by default
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jul 23, 2017
1 parent 6d91e5b commit 1d0ecb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 1d0ecb8

Please sign in to comment.