fix: turn discoverers attrset to list

This commit is contained in:
Yusuf Bera Ertan 2022-09-27 21:44:58 +03:00
parent 088fde510c
commit f1c89df1d9
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -17,7 +17,7 @@
(
l.map
(discoverer: discoverer.discover {inherit tree;})
config.discoverers
(l.attrValues config.discoverers)
);
discoveredProjectsSorted = let