nixfiles/ci/nix.nix

8 lines
90 B
Nix

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