about summary refs log tree commit diff
path: root/doc/manual/nix-store.xml
AgeCommit message (Collapse)AuthorFilesLines
2006-10-02 * Documented nix-hash.Eelco Dolstra1-0/+3
2006-08-21 * Convert to DocBook 5.Eelco Dolstra1-11/+12
* Use Jing for RelaxNG validation, xmllint seems buggy.
2005-12-13 * Change `referer' to `referrer' throughout. In particular, theEelco Dolstra1-9/+9
nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility).
2005-05-09 * Crazy: don't use real hashes of real components in examples, sinceEelco Dolstra1-4/+4
they cause Nix builds to have unnecessary retained dependences (e.g., on Subversion).
2005-04-10 * Manual updates.Eelco Dolstra1-3/+6
2005-04-09 * Document nix-channel.Eelco Dolstra1-5/+9
2005-04-08 * Lots of manual updates, in particular the new `nix-store --query'Eelco Dolstra1-78/+204
options were documented, as well as the Nix configuration file.
2005-04-07 * More doc updates.Eelco Dolstra1-4/+24
2005-04-07 * More manual updates.Eelco Dolstra1-25/+61
2005-04-07 * Build hook documentation.Eelco Dolstra1-286/+190
* nix-store options.
2005-04-07 * GC docs.Eelco Dolstra1-102/+90
2005-04-05 * Manual updates.Eelco Dolstra1-2/+2
2005-04-05 * Some GC documentation.Eelco Dolstra1-30/+50
2005-03-17 * Manual updates.Eelco Dolstra1-102/+119
2005-03-16 * Documented common environment variables.Eelco Dolstra1-7/+2
2005-03-15 * Some more updates.Eelco Dolstra1-1/+1
2005-03-15 * XInclude all the way.Eelco Dolstra1-2/+2
2004-10-18 * Instead of — use the actual Unicode character. By the way, toEelco Dolstra1-4/+4
edit the manual, you should have something like (modify-coding-system-alist 'file "\\.xml\\>" 'utf-8) in your ~/.emacs.
2004-08-25 * `--min-age' flag in nix-store and nix-collect-garbage to only deleteEelco Dolstra1-0/+12
unreachable paths that haven't been used for N hours. For instance, `nix-collect-garbage --min-age 168' only deletes paths that haven't been accessed in the last week. This is useful for instance in the build farm where many derivations can be shared between consecutive builds, and we wouldn't want a garbage collect to throw them all away. We could of course register them as roots, but then we'd to unregister them at some point, which would be a pain to manage. The `--min-age' flag gives us a sort of MRU caching scheme. BUG: this really shouldn't be in gc.cc since that violates mechanism/policy separation.
2004-08-25 * `nix-collect-garbage' now actually performs a garbage collection, itEelco Dolstra1-12/+58
doesn't just print the set of paths that should be deleted. So there is no more need to pipe the result into `nix-store --delete' (which doesn't even exist anymore).
2004-02-02 * Sort `nix-env -q' output by derivation name.Eelco Dolstra1-19/+2
* `--version' flag for all commands. * Manual updates.
2004-01-22 * Typos.Eelco Dolstra1-2/+2
2004-01-13 * Option `-B' to always show the output of builders, regardless ofEelco Dolstra1-0/+2
verbosity level.
2004-01-09 * Option `--force-realise' in `nix-store --query'.Eelco Dolstra1-52/+72
2004-01-08 * Start of nix-env reference.Eelco Dolstra1-9/+15
* Some CSS tweaks.
2004-01-08 * Manual updates.Eelco Dolstra1-200/+250
2003-12-21 * Man pages in sections.Eelco Dolstra1-0/+444