Use cleanSourceWith again

This commit is contained in:
Robert Hensing 2019-09-06 21:44:27 +02:00
parent 0552944ada
commit 0f1a8d59d5

View file

@ -5,9 +5,9 @@ in
{
inherit (find-files) gitignoreFilter;
gitignoreSource = path: builtins.path {
gitignoreSource = path: lib.cleanSourceWith {
name = "source";
filter = find-files.gitignoreFilter path;
inherit path;
src = path;
};
}