Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-21 | * `nix-install-package --url': install from a URL (NIX-12). | Eelco Dolstra | 1 | -10/+0 | |
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg. | |||||
2006-03-01 | * TDD! Woohoo! | Eelco Dolstra | 1 | -1/+1 | |
2006-03-01 | * Test nix-build. This also tests indirect roots. | Eelco Dolstra | 1 | -1/+3 | |
2006-03-01 | * Simplification. | Eelco Dolstra | 1 | -7/+7 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2005-05-06 | * Mac OS X (and POSIX) doesn't have readlink. | Eelco Dolstra | 1 | -1/+1 | |
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -0/+4 | |
* Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests. | |||||
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -0/+33 | |
invariant by registering references through the manifest. * Added a test for nix-pull. |