From aa4f972085362211cedf6cd45bea3d4b99414756 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 19 Nov 2024 00:00:14 +0100 Subject: [PATCH] fix(forgejo-runners): Let the shell handle colmena --- machines/storage01/forgejo-runners.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/machines/storage01/forgejo-runners.nix b/machines/storage01/forgejo-runners.nix index 5c94d2a..1418cbb 100644 --- a/machines/storage01/forgejo-runners.nix +++ b/machines/storage01/forgejo-runners.nix @@ -1,10 +1,4 @@ -{ - config, - pkgs, - nixpkgs, - sources, - ... -}: +{ config, pkgs, ... }: let url = "https://git.dgnum.eu"; @@ -30,8 +24,6 @@ let options = "--cpus=4"; }; }; - - nix-pkgs = import sources.nix-pkgs { inherit pkgs; }; in { services.forgejo-nix-runners = { @@ -43,10 +35,8 @@ in tokenFile = config.age.secrets."forgejo_runners-token_file".path; dependencies = [ - nix-pkgs.colmena pkgs.npins pkgs.tea - nixpkgs.unstable.nixfmt-rfc-style ]; containerOptions = [ "--cpus=4" ];