diff options
Diffstat (limited to 'pkgs/populate')
-rw-r--r-- | pkgs/populate/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix index d8c1510..d5ff9a1 100644 --- a/pkgs/populate/default.nix +++ b/pkgs/populate/default.nix @@ -45,7 +45,10 @@ let git submodule update --init --recursive fi - git clean -dfx + git clean -dfx \ + ${concatMapStringsSep " " + (pattern: /* sh */ "-e ${quote pattern}") + source.clean.exclude } ''; pop.pass = target: source: let |