aboutsummaryrefslogtreecommitdiff
path: root/nix.conf.example
AgeCommit message (Collapse)Author
2006-02-16* Allow the size of the GC reserved file to be specified in nix.confEelco 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 pointerEelco 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). ItEelco Dolstra
contains options for the garbage collector right now, but other stuff can be added here later.