Update find-files.nix
Co-Authored-By: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
0bd9291f56
commit
d1000280fa
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ rec {
|
|||
# - to help lorri and possibly other tools that monitor which paths are read
|
||||
# during evaluation
|
||||
isForbiddenDir = p:
|
||||
p == builtins.storePath || p == "/";
|
||||
p == builtins.storeDir || p == "/";
|
||||
|
||||
# TODO: only readDir lazily for the .git type. Rest can be done efficiently with pathExists
|
||||
inspectDir = dirPath:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue