clan-cli: make mypy it's own derivation

parallelize ci more.
This commit is contained in:
Jörg Thalheim
2023-07-21 13:31:13 +02:00
parent 7f937077cf
commit 054ac3f624
2 changed files with 11 additions and 8 deletions

View File

@@ -7,6 +7,6 @@
in
{
packages.${name} = package;
checks.${name} = package.tests.check;
checks = package.tests;
};
}