tests.trivial: Add emptyFile, emptyDirectory to samples
This commit is contained in:
@@ -12,4 +12,8 @@ in
|
||||
norefs = writeText "hi" "hello";
|
||||
helloRef = writeText "hi" "hello ${hello}";
|
||||
helloFigletRef = writeText "hi" "hello ${hello} ${figlet}";
|
||||
inherit (pkgs)
|
||||
emptyFile
|
||||
emptyDirectory
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user