about summary refs log tree commit diff
path: root/nix.conf.example
AgeCommit message (Collapse)AuthorFilesLines
2005-02-14 * Global configuration option `env-keep-derivations' to store pointerEelco Dolstra1-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). ItEelco Dolstra1-0/+30
contains options for the garbage collector right now, but other stuff can be added here later.