nixpkgs/pkgs/srcNoTarget.nix

5 lines
109 B
Nix
Raw Normal View History

2020-02-29 03:01:01 +00:00
dir:
builtins.filterSource
(path: type: type != "directory" || builtins.baseNameOf path != "target")
dir