Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-08-15 | * A script `nix-prefetch-url' to fetch a URL, place it in the Nix | Eelco Dolstra | 1 | -3/+4 | |
store, and print its hash. | |||||
2003-08-15 | * Don't use a temporary file. | Eelco Dolstra | 1 | -9/+14 | |
2003-08-05 | * Made nix-pull much faster by performing all Fix instantiations at | Eelco Dolstra | 1 | -14/+32 | |
the same time. | |||||
2003-07-29 | * Bug: Fix does not allow empty names, so don't generate them. | Eelco Dolstra | 1 | -10/+10 | |
2003-07-22 | * Substitutes now should produce a path with the same id as they are | Eelco Dolstra | 1 | -4/+13 | |
substituting for (obvious, really). * For greater efficiency, nix-pull/unnar will place the output in a path that is probably the same as what is actually needed, thus preventing a path copy. * Even if a output id is given in a Fix package expression, ensure that the resulting Nix derive expression has a different id. This is because Nix expressions that are semantically equivalent (i.e., build the same result) might be different w.r.t. efficiency or divergence. It is absolutely vital for the substitute mechanism that such expressions are not used interchangeably. | |||||
2003-07-21 | * Changed nix-pull to match nix-push. | Eelco Dolstra | 1 | -14/+15 | |
2003-07-16 | * Substitute fixes. | Eelco Dolstra | 1 | -1/+1 | |
2003-07-13 | * Generate the scripts so that we can substitute the prefix | Eelco Dolstra | 1 | -0/+81 | |
etc. correctly. * Fixed nix-switch. |