Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-16 | * Allow the size of the GC reserved file to be specified in nix.conf | Eelco Dolstra | |
through the new `gc-reserved-space' option. | |||
2005-09-22 | * Parse multi-valued options. | Eelco Dolstra | |
2005-09-21 | * This doesn't parse for now. | Eelco Dolstra | |
2005-09-21 | * Configuration options for trusted local builds. | Eelco Dolstra | |
2005-02-14 | * Global configuration option `env-keep-derivations' to store pointer | Eelco Dolstra | |
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 | |
contains options for the garbage collector right now, but other stuff can be added here later. |