Eelco Dolstra
35247c4c9f
* Removed `build-allow-root'.
...
* Added `build-users-group', the group under which builds are to be
performed.
* Check that /nix/store has 1775 permission and is owner by the
build-users-group.
2006-12-03 15:32:38 +00:00
Eelco Dolstra
d19b6521fc
* New configuration setting `build-max-jobs' which sets the default
...
for the `-j' flag (i.e., the maximum number of jobs to execute in
parallel). Useful on multi-processor machines.
2006-08-10 20:19:13 +00:00
Eelco Dolstra
d51aede4af
* Allow the canonical system name to be specified at runtime in the
...
Nix config file.
2006-07-06 15:30:37 +00:00
Eelco Dolstra
345a95afe9
* Allow the size of the GC reserved file to be specified in nix.conf
...
through the new `gc-reserved-space' option.
2006-02-16 13:58:10 +00:00
Eelco Dolstra
4578a490ce
* Parse multi-valued options.
2005-09-22 15:43:22 +00:00
Eelco Dolstra
a864aca44c
* This doesn't parse for now.
2005-09-21 17:02:48 +00:00
Eelco Dolstra
8d06842a76
* Configuration options for trusted local builds.
2005-09-21 12:19:39 +00:00
Eelco Dolstra
6a8ef36fe6
* Global configuration option `env-keep-derivations' to store pointer
...
to derivations in user environments. Nice for developers (since it
prevents build-time-only dependencies from being GC'ed, in
conjunction with `gc-keep-outputs'). Turned off by default.
2005-02-14 13:07:09 +00:00
Eelco Dolstra
2e6bf723e4
* Added a global configuration file (/nix/etc/nix/nix.conf). It
...
contains options for the garbage collector right now, but other
stuff can be added here later.
2005-02-01 20:53:14 +00:00