1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Jörg Thalheim
eb7b41a2a0 nix: better defaults settings for maxJobs/buildCores
most users just want to use all available cores.
This commit aligns our defaults with what we do in NixOS
2020-05-30 02:14:06 +01:00
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
Daiderd Jordan
f190254679
examples: remove nix-repl and nixUnstable references 2018-08-21 22:42:33 +02:00
Daiderd Jordan
cdab52bbe8
bump stateVersion in examples 2018-04-08 12:01:23 +02:00
Daiderd Jordan
2bcccfab29
ofborg: add more comments to the example 2018-03-05 22:43:47 +01:00
Daiderd Jordan
3888df8e2b
ofborg: add channel commands to example 2018-01-30 01:28:35 +01:00
Daiderd Jordan
e82885507b
ofborg: add example configuration 2018-01-29 22:43:55 +01:00