From c86e22b2921af41440b9a46b02152f01efcdc1e1 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 23 Apr 2024 00:38:53 +0200 Subject: [PATCH] ci: update forgejo-runner to version 3.4.1 https://github.com/NixOS/nixpkgs/pull/301383 --- hosts/flora-6/apps/forgejo-actions-runner.nix | 2 +- overlays/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/flora-6/apps/forgejo-actions-runner.nix b/hosts/flora-6/apps/forgejo-actions-runner.nix index d3f6aeb..891d778 100644 --- a/hosts/flora-6/apps/forgejo-actions-runner.nix +++ b/hosts/flora-6/apps/forgejo-actions-runner.nix @@ -17,7 +17,7 @@ # https://forgejo.org/docs/latest/admin/actions/ # https://docs.gitea.com/usage/actions/quickstart services.gitea-actions-runner = { - package = pkgs.forgejo-actions-runner; + package = pkgs.forgejo-runner; instances."flora-6" = { enable = true; name = config.networking.hostName; diff --git a/overlays/default.nix b/overlays/default.nix index 6b81e38..74cf409 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -13,6 +13,7 @@ }; in { + forgejo-runner = unstable.forgejo-runner; element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; }; }) ];