Compare commits

..

3 commits

Author SHA1 Message Date
93639b024f Run CI on nix
Some checks failed
CI / build (push) Has been cancelled
2024-10-03 15:05:47 +03:00
fc8eb470ce Remove defunct nixos auto upgrade 2024-10-03 15:05:47 +03:00
e7aa9690f2 Use specific nix forgejo CI 2024-10-03 15:05:47 +03:00

View file

@ -22,7 +22,7 @@ with lib;
nixInstances = mkOption { nixInstances = mkOption {
type = types.numbers.positive; type = types.numbers.positive;
default = 10; default = 1;
description = "How many nix runner instances to start"; description = "How many nix runner instances to start";
}; };
}; };