about summary refs log tree commit diff
path: root/tests/gc-runtime.nix.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-02-21 * Don't use $SHELL.Eelco Dolstra1-1/+1
2006-10-03 * toFile: added an additional argument to specify the store pathEelco Dolstra1-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 storeEelco Dolstra1-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 Dolstra1-1/+1
2006-07-21 * Test for runtime root finding.Eelco Dolstra1-0/+7