nixos-config/clusters/github-runner/repos.nix
2024-06-17 15:51:13 -04:00

12 lines
293 B
Nix

{
# My personal repos with self-hosted runners:
# `num` is usually based on matrix configuration size
srid = {
nixos-config.num = 2;
# TODO: Moving these to Juspay
# nixci.num = 2;
# haskell-flake.num = 2 * 7;
# nixos-flake.num = 2 * 5;
# emanote.num = 2;
};
}