Add gitea runner image
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
11
patches.nix
11
patches.nix
@@ -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=";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user