1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
nix-darwin/modules/nix
Daiderd Jordan 58aa5bf185
nix: make nix.nixPath merge by default
Since named entries can be overridden now based on ordering now merging
is only a problem for removing one of the default search paths, in which
case a higher priority eg. mkForce can be used.

	{
	  nix.nixPath = [{ darwin-config = "/darwin.nix"; }];
	}

Will result in

	[ "darwin-config=/darwin.nix" "/nix/var/nix/profiles/per-user/root/channels" "$HOME/.nix-defexpr/channels" ]

Fixes #137
2019-05-01 12:42:31 +02:00
..
default.nix nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00
nix-darwin.nix darwin: include nix in PATH 2018-01-14 22:24:36 +01:00
nix-info.nix whitespace 2017-10-20 22:29:26 +02:00
nixpkgs.nix nixpkgs: replace usage of deprecated traceValIfNot 2018-05-04 19:12:43 +02:00