about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-readFileType.nix
blob: 174fb6c3a028efd9c9e51645e3e6f86d2141e2f5 (plain) (blame)
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;
}