aboutsummaryrefslogtreecommitdiff
path: root/tests/gc-runtime.nix.in
AgeCommit message (Collapse)Author
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