srcNoTarget
This commit is contained in:
parent
eef15af5f3
commit
ec14f5608f
|
@ -11,6 +11,7 @@ let
|
|||
# nix tools
|
||||
dhallToNix = import ./pkgs/dhallToNix.nix;
|
||||
dockerImage = callPackage ./pkgs/dockerImage.nix { };
|
||||
srcNoTarget = import ./pkgs/srcNoTarget.nix;
|
||||
|
||||
# other
|
||||
MoonPlus = callPackage ./pkgs/moonplus { };
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
dir:
|
||||
builtins.filterSource
|
||||
(path: type: type != "directory" || builtins.baseNameOf path != "target")
|
||||
dir
|
Loading…
Reference in New Issue