11 lines
296 B
Nix
11 lines
296 B
Nix
{ 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=";
|
|
})
|
|
];
|
|
}
|