checks: add all packages to checks

This commit is contained in:
DavHau 2023-10-08 14:25:58 +02:00
parent 8441b47800
commit 07a3dab254

View File

@ -0,0 +1,5 @@
{
perSystem = {self', ...}: {
checks = self'.packages;
};
}