Add gitea runner image

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-14 17:25:42 +01:00
parent 6b38429bac
commit 43b6159feb
9 changed files with 87 additions and 19 deletions

View File

@@ -1 +1,10 @@
{ patcher, ... }: { }
{ patcher, ... }:
{
quadlet-nix.patches = [
(patcher.fetchpatch {
name = "feat: supports images";
url = "https://github.com/SEIAROTg/quadlet-nix/compare/main...karaolidis:quadlet-nix:image.diff";
hash = "sha256-XLdOrSJ/gyLARGI0psBejtpX9Z2NSRTaUbFtBi8BxPw=";
})
];
}