Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-22 | * Fix nix-push. | Eelco Dolstra | 1 | -2/+2 | |
2003-11-22 | * Maintain integrity of the substitute and successor mappings when | Eelco Dolstra | 1 | -3/+4 | |
deleting a path in the store. * Allow absolute paths in Nix expressions. * Get nix-prefetch-url to work again. * Various other fixes. | |||||
2003-11-19 | * Refactoring (step 2). | Eelco Dolstra | 2 | -0/+128 | |
2003-11-19 | * Refactoring: put the Nix expression evaluator in its own library so | Eelco Dolstra | 13 | -1689/+0 | |
that it can be used by multiple programs. | |||||
2003-11-19 | * Use `sdftable -s' to get warnings about the grammar. | Eelco Dolstra | 3 | -14/+20 | |
* Several bug fixes in the grammar. * Allow one-line comments (#... and //...) to end in EOF. | |||||
2003-11-18 | * "Fix expression" -> "Nix expression". | Eelco Dolstra | 9 | -45/+17 | |
* More refactoring. | |||||
2003-11-18 | * nix -> nix-store, fix -> nix-instantiate. | Eelco Dolstra | 14 | -0/+1711 | |
2003-03-24 | * Descriptors now have a "system" field specifying the platform that | Eelco Dolstra | 1 | -85/+0 | |
the build or run action should be perfomed on. This ensures that descriptors have different hashes on different platforms. | |||||
2003-03-21 | * Fetch sources from the network. | Eelco Dolstra | 1 | -5/+29 | |
2003-03-20 | * nix-instantiate now instantiantes the closure of the set of | Eelco Dolstra | 1 | -17/+55 | |
descriptor templates under the import relation. I.e., we can now say: nix-instantiate outdir foo.nix which will create descriptors for foo.nix and all imported packages in outdir/. | |||||
2003-03-20 | * A script to instantiate package descriptors from templates. | Eelco Dolstra | 1 | -0/+23 | |