ci: update forgejo runner to fix cache #152

Merged
teutat3s merged 8 commits from ci/update-forgejo-runner into main 2024-04-23 18:18:39 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit c86e22b292 - Show all commits

View file

@ -17,7 +17,7 @@
# https://forgejo.org/docs/latest/admin/actions/ # https://forgejo.org/docs/latest/admin/actions/
# https://docs.gitea.com/usage/actions/quickstart # https://docs.gitea.com/usage/actions/quickstart
services.gitea-actions-runner = { services.gitea-actions-runner = {
package = pkgs.forgejo-actions-runner; package = pkgs.forgejo-runner;
instances."flora-6" = { instances."flora-6" = {
enable = true; enable = true;
name = config.networking.hostName; name = config.networking.hostName;

View file

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