blob: 174fb6c3a028efd9c9e51645e3e6f86d2141e2f5 (
plain)
1
2
3
4
5
6
|
{
bar = builtins.readFileType ./readDir/bar;
foo = builtins.readFileType ./readDir/foo;
linked = builtins.readFileType ./readDir/linked;
ldir = builtins.readFileType ./readDir/ldir;
}
|