fix: change translator unit tests type to avoid evaling them

This commit is contained in:
Yusuf Bera Ertan 2022-08-30 12:30:34 +03:00
parent ab769ee266
commit 3fd85795ee
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -36,7 +36,7 @@ in {
}); });
}; };
generateUnitTestsForProjects = lib.mkOption { generateUnitTestsForProjects = lib.mkOption {
type = t.listOf t.anything; type = t.listOf t.unspecified;
default = []; default = [];
}; };
name = lib.mkOption { name = lib.mkOption {