feat(forgejo-runners): Switch to patched version of colmena

This allows to evaluate bridge01 in the CI
This commit is contained in:
Tom Hubrecht 2024-08-14 18:56:11 +02:00
parent 53fe784b5a
commit b3b21d1f96
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -2,6 +2,7 @@
config,
pkgs,
nixpkgs,
sources,
...
}:
@ -29,6 +30,8 @@ let
options = "--cpus=4";
};
};
nix-pkgs = import sources.nix-pkgs { inherit pkgs; };
in
{
services.forgejo-nix-runners = {
@ -40,7 +43,7 @@ in
tokenFile = config.age.secrets."forgejo_runners-token_file".path;
dependencies = [
pkgs.colmena
nix-pkgs.colmena
pkgs.npins
pkgs.tea
nixpkgs.unstable.nixfmt-rfc-style