Use cleanSourceWith again
This commit is contained in:
parent
0552944ada
commit
0f1a8d59d5
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue