Age | Commit message (Expand) | Author | Files | Lines |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 4 | -21/+4 |
2005-01-17 | * Removed the `id' attribute hack. | Eelco Dolstra | 2 | -9/+18 |
2004-12-20 | * Place manifests in /nix/var/nix/manifests. | Eelco Dolstra | 5 | -271/+1 |
2004-12-13 | * Include the size of the bzipped archive (necessary for computing the | Eelco Dolstra | 1 | -4/+8 |
2004-12-13 | * Patch deployment. `download.pl' (intended to be used in the | Eelco Dolstra | 1 | -0/+218 |
2004-11-08 | * Check exit status of pipe elements. | Eelco Dolstra | 1 | -0/+2 |
2004-10-25 | * New language feature: with expressions. | Eelco Dolstra | 1 | -1/+1 |
2004-09-19 | * prevent collision on log directory | Niels Janssen | 1 | -1/+2 |
2004-06-21 | * Adapted nix-pull to use the new substitute mechanism. | Eelco Dolstra | 4 | -1/+53 |
2004-04-21 | * Dist error. | Eelco Dolstra | 1 | -1/+1 |
2004-04-21 | * Channels. These allow you to stay current with an evolving set of | Eelco Dolstra | 5 | -5/+47 |
2004-04-14 | * Use @storedir@, not @prefix@/store. | Eelco Dolstra | 1 | -1/+1 |
2004-04-06 | * Make the creation of user environments much faster and more storage | Eelco Dolstra | 1 | -45/+66 |
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 3 | -13/+12 |
2004-03-15 | * Make perl a dependency of Nix. | Eelco Dolstra | 2 | -2/+4 |
2004-02-04 | * Fixed the old envpkgs filename. | Eelco Dolstra | 1 | -1/+1 |
2003-12-30 | * RPM spec file. | Eelco Dolstra | 3 | -14/+14 |
2003-11-24 | * Bug fix. Hmm, I thought I'd fixed this before :-| | Eelco Dolstra | 1 | -2/+2 |
2003-11-22 | * Don't use a hard-coded path. | Eelco Dolstra | 2 | -1/+10 |
2003-11-22 | * Fix nix-push. | Eelco Dolstra | 7 | -25/+22 |
2003-11-22 | * Maintain integrity of the substitute and successor mappings when | Eelco Dolstra | 4 | -15/+14 |
2003-11-19 | * nix-env: a tool to manage user environments. | Eelco Dolstra | 2 | -0/+81 |
2003-10-16 | * Substitutes and nix-pull now work again. | Eelco Dolstra | 1 | -3/+3 |
2003-10-16 | * Get nix-push to work again. | Eelco Dolstra | 1 | -4/+4 |
2003-10-02 | * Use passive FTP in wget. | Eelco Dolstra | 1 | -1/+1 |
2003-10-02 | * Include the right files in a distribution. | Eelco Dolstra | 2 | -2/+2 |
2003-08-28 | * Set a path. | Eelco Dolstra | 1 | -0/+2 |
2003-08-28 | * nix-push generated invalid (old-style) slices. | Eelco Dolstra | 1 | -0/+2 |
2003-08-15 | * A script `nix-prefetch-url' to fetch a URL, place it in the Nix | Eelco Dolstra | 1 | -1/+10 |
2003-08-06 | * `==' is not a valid operator. | Eelco Dolstra | 1 | -1/+1 |
2003-08-06 | * Scan for wget and use the full path in fetchurl.sh. | Eelco Dolstra | 1 | -2/+2 |
2003-07-30 | * INSTALL_DATA -> INSTALL_PROGRAM to ensure that the execute bit | Eelco Dolstra | 2 | -3/+3 |
2003-07-23 | * Incorporated Berkeley DB and ATerm into the source tree. | Eelco Dolstra | 2 | -0/+4 |
2003-07-22 | * Substitutes now should produce a path with the same id as they are | Eelco Dolstra | 1 | -0/+1 |
2003-07-21 | * Syntax fixes. | Eelco Dolstra | 2 | -3/+8 |
2003-07-21 | * Allow the output/expression id to be forced to a certain | Eelco Dolstra | 2 | -5/+4 |
2003-07-18 | * Generate nar.sh, fetchurl.sh. | Eelco Dolstra | 7 | -19/+28 |
2003-07-16 | * The write() system call can write less than the requested | Eelco Dolstra | 1 | -0/+2 |
2003-07-16 | * Doh! | Eelco Dolstra | 1 | -1/+2 |
2003-07-16 | * Substitute fixes. | Eelco Dolstra | 2 | -4/+6 |
2003-07-12 | * Fetchurl: check md5 checksum. | Eelco Dolstra | 2 | -3/+10 |
2003-07-10 | * Compress Nix archives when pushing them. | Eelco Dolstra | 2 | -2/+2 |
2003-07-10 | * The policy-free derivate sharing now *almost* works. :-) For any | Eelco Dolstra | 3 | -0/+13 |
2003-07-10 | * Get `nix-push' working again. It now uses Nix/Fix to create Nix | Eelco Dolstra | 3 | -0/+19 |
2003-07-10 | * Moved the fetchutl package to corepkgs. | Eelco Dolstra | 2 | -0/+12 |