This commit is contained in:
Michael 2024-02-18 17:50:29 +00:00
parent 35fefb6d55
commit 1d7735ac59

View File

@ -1,4 +1,4 @@
self: super;
[
final: prev: {
patched-qemu = prev.qemu.overrideAttrs (previousAttrs: {
patches = previousAttrs.patches ++ [
@ -6,4 +6,4 @@ self: super;
];
});
}
}
]