ci: update forgejo-runner to version 3.4.1

https://github.com/NixOS/nixpkgs/pull/301383
pull/152/head
teutat3s 2024-04-23 00:38:53 +02:00
parent 4992819742
commit c86e22b292
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -13,6 +13,7 @@
};
in
{
forgejo-runner = unstable.forgejo-runner;
element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; };
})
];