Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-03 | * Removed `build-allow-root'. | Eelco Dolstra | 1 | -18/+27 | |
* 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-08-10 | * New configuration setting `build-max-jobs' which sets the default | Eelco Dolstra | 1 | -0/+10 | |
for the `-j' flag (i.e., the maximum number of jobs to execute in parallel). Useful on multi-processor machines. | |||||
2006-07-06 | * Allow the canonical system name to be specified at runtime in the | Eelco Dolstra | 1 | -0/+20 | |
Nix config file. | |||||
2006-02-16 | * Allow the size of the GC reserved file to be specified in nix.conf | Eelco Dolstra | 1 | -5/+24 | |
through the new `gc-reserved-space' option. | |||||
2005-09-22 | * Parse multi-valued options. | Eelco Dolstra | 1 | -1/+1 | |
2005-09-21 | * This doesn't parse for now. | Eelco Dolstra | 1 | -1/+1 | |
2005-09-21 | * Configuration options for trusted local builds. | Eelco Dolstra | 1 | -0/+31 | |
2005-02-14 | * Global configuration option `env-keep-derivations' to store pointer | Eelco Dolstra | 1 | -1/+20 | |
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-01 | * Added a global configuration file (/nix/etc/nix/nix.conf). It | Eelco Dolstra | 1 | -0/+30 | |
contains options for the garbage collector right now, but other stuff can be added here later. |