From d20c3011a06a49d229c92c49447eb21b5a1f110d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Oct 2006 14:55:54 +0000 Subject: * toFile: added an additional argument to specify the store path suffix, e.g., `builtins.toFile "builder.sh" "..."'. * toFile: handle references to other files correctly. --- tests/gc-runtime.nix.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gc-runtime.nix.in') diff --git a/tests/gc-runtime.nix.in b/tests/gc-runtime.nix.in index 4ffe0435aa4d..5767d0370f75 100644 --- a/tests/gc-runtime.nix.in +++ b/tests/gc-runtime.nix.in @@ -1,7 +1,7 @@ let { # Test inline source file definitions. - builder = builtins.toFile " + builder = builtins.toFile "builder.sh" " mkdir $out cat > $out/program <