tests.trivial: Add emptyFile, emptyDirectory to samples

This commit is contained in:
Robert Hensing 2021-06-12 17:29:27 +02:00
parent d48591123f
commit c38c5dba10

View file

@ -12,4 +12,8 @@ in
norefs = writeText "hi" "hello";
helloRef = writeText "hi" "hello ${hello}";
helloFigletRef = writeText "hi" "hello ${hello} ${figlet}";
inherit (pkgs)
emptyFile
emptyDirectory
;
}