Also include binaries running from a hidden directory (1 deep)
This commit is contained in:
parent
00872b28bb
commit
4ec1581cc3
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue