Previously builtins.readDir would return an empty attribute set instead of barfing on non-existent paths. This is a regression from 2.32 for impure eval.
4 lines
75 B
Nix
4 lines
75 B
Nix
{
|
|
relativePath = builtins.readDir ./this/path/really/should/not/exist;
|
|
}
|