mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 00:17:24 +08:00
12 lines
293 B
Nix
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;
|
|
};
|
|
}
|