forked from mirrors/nixpkgs
tests.trivial: Add emptyFile, emptyDirectory to samples
This commit is contained in:
parent
d48591123f
commit
c38c5dba10
|
@ -12,4 +12,8 @@ in
|
|||
norefs = writeText "hi" "hello";
|
||||
helloRef = writeText "hi" "hello ${hello}";
|
||||
helloFigletRef = writeText "hi" "hello ${hello} ${figlet}";
|
||||
inherit (pkgs)
|
||||
emptyFile
|
||||
emptyDirectory
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue