infrastructure/ci/nix.nix
2024-04-16 03:43:37 -07:00

8 lines
90 B
Nix

{
ci = {
workflowConfigs = [
"nodes.nix"
"flake-cron.nix"
];
};
}