This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/checks/default.nix
2023-11-08 14:33:05 +01:00

7 lines
104 B
Nix

{
perSystem = {config, ...}: {
checks = {
inherit (config.packages) ccrEmacs;
};
};
}