Also include binaries running from a hidden directory (1 deep)

This commit is contained in:
Thomas Stromberg 2023-01-13 13:48:47 -05:00
parent 00872b28bb
commit 4ec1581cc3
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ WHERE
(
p.name LIKE '.%'
OR f.filename LIKE '.%'
OR f.directory LIKE '.%'
)
AND NOT f.path LIKE '/nix/store/%/%-wrapped'
AND NOT (