1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-05 16:27:03 +00:00
Commit graph

19 commits

Author SHA1 Message Date
Michael Hoang
470f87c182 zsh: enable by default as zsh is the default shell on macOS
Historically this was a footgun because users would not always have this
enabled leading to `darwin-rebuild` and other programs not being found.
2024-10-31 15:09:11 +11:00
Emily
88b97aa49c {ids,checks}: update for new builder UID/GID values 2024-09-11 01:17:01 +01:00
Joshua Bronson
05cab3fc91
Fix copypasta in simple example 2022-08-25 09:43:42 -04:00
Daiderd Jordan
7e278ba51a
enable zsh in simple example 2020-06-17 19:37:07 +02:00
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
e57ac2ee71
simple: add environment.darwinConfig example 2018-08-26 14:33:40 +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
49a56612c0
simple: add comment for nix package/daemon options
Hopefully this helps to clarify the default behaviour.
2018-03-26 22:43:53 +02:00
Daiderd Jordan
d6e85130f4
examples: add zsh/fish options 2018-01-14 19:31:48 +01:00
Daiderd Jordan
849cf9edc4
simple: update example 2018-01-13 14:56:49 +01:00
Daiderd Jordan
c8cc548dfc
examples-simple: add stateVersion 2017-10-01 16:37:51 +02:00
Daiderd Jordan
b3a9587cfb
bootstrap: add nix.maxJobs to simple example 2017-07-23 14:30:36 +02:00
Daiderd Jordan
5fa9beff89
example: disable completion 2017-06-03 10:30:03 +02:00
Daiderd Jordan
1f746c2605
update install readme 2016-12-15 15:03:57 +01:00
Daiderd Jordan
d06b9e82f3
update example 2016-12-13 10:00:10 +01:00
Daiderd Jordan
da4433fbf8
add nix-tools to environment.systemPackages by default 2016-12-11 16:33:42 +01:00
Daiderd Jordan
ea047db86f
add link to examples 2016-12-11 13:58:57 +01:00