Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-03 | * toFile: added an additional argument to specify the store path | Eelco Dolstra | 1 | -1/+1 | |
suffix, e.g., `builtins.toFile "builder.sh" "..."'. * toFile: handle references to other files correctly. | |||||
2006-09-01 | * New primop: builtins.toFile, which writes a string into the store | Eelco Dolstra | 1 | -6/+22 | |
and returns its path. This can be used to (for instance) write builders inside a Nix expression, e.g., stdenv.mkDerivation { builder = " source $stdenv/setup ... "; ... } | |||||
2006-07-21 | * Purify `make check'. | Eelco Dolstra | 1 | -1/+1 | |
2006-07-21 | * Test for runtime root finding. | Eelco Dolstra | 1 | -0/+7 | |