mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
fix: dont pass projects to discoverProjects
This commit is contained in:
parent
5459aee477
commit
b2cd899b0f
@ -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;},
|
||||
|
Loading…
Reference in New Issue
Block a user