Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |