aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-runtime.nix.in
AgeCommit message (Collapse)Author
2007-02-21* Don't use $SHELL.Eelco Dolstra
2006-10-03* toFile: added an additional argument to specify the store pathEelco Dolstra
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 Dolstra
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
2006-07-21* Test for runtime root finding.Eelco Dolstra