gitSource: fix bug whoops

This commit is contained in:
xenia 2024-06-05 00:38:33 -04:00
parent 7d2c182c6e
commit 6c317f6a79
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ let
fs.intersection sourceFiles subdir;
finalRoot = if subdir == null then root else subdir;
in
fs.toSource { root = finalRoot; fileset = sourceFiles; }
fs.toSource { root = finalRoot; fileset = finalSourceFiles; }