Add checks
This commit is contained in:
parent
c2dc6078f7
commit
d68c366e5d
2 changed files with 8 additions and 0 deletions
7
checks/default.nix
Normal file
7
checks/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
perSystem = {config, ...}: {
|
||||
checks = {
|
||||
inherit (config.packages) ccrEmacs;
|
||||
};
|
||||
};
|
||||
}
|
Reference in a new issue