fix: dont pass projects to discoverProjects

This commit is contained in:
Yusuf Bera Ertan 2022-11-15 02:01:16 +03:00
parent 5459aee477
commit b2cd899b0f
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -441,7 +441,7 @@ in let
translateProjects = {
discoveredProjects ?
framework.functions.discoverers.discoverProjects
{inherit projects settings tree;},
{inherit settings tree;},
projects ? {},
source ? throw "Pass either `source` or `tree` to translateProjects",
tree ? dlib.prepareSourceTree {inherit source;},