8.nix-darwin/modules/examples
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
..
hydra.nix examples: remove nix-repl and nixUnstable references 2018-08-21 22:42:33 +02:00
lnl.nix lnl: update reexec aliases 2019-03-20 20:51:35 +01:00
ofborg.nix nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00
simple.nix nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00