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