nixpkgs/pkgs/srcNoTarget.nix

5 lines
109 B
Nix

dir:
builtins.filterSource
(path: type: type != "directory" || builtins.baseNameOf path != "target")
dir