Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | |
2013-07-01 | Add support for uncompressed NARs in binary caches | Eelco Dolstra | |
Issue NixOS/hydra#102. | |||
2013-06-05 | Update the default binary cache URL to cache.nixos.org | Eelco Dolstra | |
2012-11-09 | Manual: Don't use a store path in our closure | Eelco Dolstra | |
http://hydra.nixos.org/build/3313227 | |||
2012-11-06 | Process binary caches in order of priority | Eelco Dolstra | |
Binary caches can now specify a priority in their nix-cache-info file. The binary cache substituter checks caches in order of priority. This is to ensure that fast, static caches like nixos.org/binary-cache are processed before slow, dynamic caches like hydra.nixos.org. | |||
2012-11-06 | Update nix-push manpage and document the binary cache format | Eelco Dolstra | |
2010-08-16 | * Typo. | Eelco Dolstra | |
2009-07-14 | * Remove the redundant <sections> around refentries. | Eelco Dolstra | |
2007-09-19 | * Manpage for nix-copy-closure. | Eelco Dolstra | |
2006-10-06 | * Too lazy to document nix-push --copy. | Eelco Dolstra | |
2006-08-21 | * Convert to DocBook 5. | Eelco Dolstra | |
* Use Jing for RelaxNG validation, xmllint seems buggy. | |||
2005-04-08 | * Lots of manual updates, in particular the new `nix-store --query' | Eelco Dolstra | |
options were documented, as well as the Nix configuration file. | |||
2005-03-15 | * Some more updates. | Eelco Dolstra | |
2004-02-10 | * Lots of manual stuff. Reference pages for most Nix commands. | Eelco Dolstra | |
* nix-pull now requires the full url to the manifest, i.e., `/MANIFEST/' is no longer automatically appended. * nix-prefetch-url works again. |