18 norefs = writeText "hi" "hello";
19 norefsDup = writeText "hi" "hello";
20 helloRef = writeText "hi" "hello ${hello}";
21 helloRefDup = writeText "hi" "hello ${hello}";
23 pathLike.outPath = ./apath.txt;
24 helloFigletRef = writeText "hi" "hello ${hello} ${figlet}";
25 selfRef = runCommand "self-ref-1" { } "echo $out >$out";
26 selfRef2 = runCommand "self-ref-2" { } ''echo "${figlet}, $out" >$out'';