Add checks

This commit is contained in:
Andrea Ciceri 2023-11-08 14:33:05 +01:00
parent c2dc6078f7
commit d68c366e5d
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 8 additions and 0 deletions

7
checks/default.nix Normal file
View file

@ -0,0 +1,7 @@
{
perSystem = {config, ...}: {
checks = {
inherit (config.packages) ccrEmacs;
};
};
}

View file

@ -42,6 +42,7 @@
./hmModules ./hmModules
./formatter ./formatter
./diff-closures ./diff-closures
./checks
]; ];
}; };