5 lines
109 B
Nix
5 lines
109 B
Nix
|
dir:
|
||
|
builtins.filterSource
|
||
|
(path: type: type != "directory" || builtins.baseNameOf path != "target")
|
||
|
dir
|