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-8li8XuBV3+J0s3FACOyKP+ndffn8T/PQXq+UrIk2TAc=";
|
|
})
|
|
];
|
|
}
|