Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created September 21, 2022 16:14
Show Gist options
  • Save lucperkins/8c26a1509bd5dbdf94649257bbff52e7 to your computer and use it in GitHub Desktop.
Save lucperkins/8c26a1509bd5dbdf94649257bbff52e7 to your computer and use it in GitHub Desktop.
final: prev: {
qemu = prev.qemu.overrideAttrs (o: {
patches = o.patches ++ [ (prev.fetchpatch {
name = "qemu-9p-performance-fix.patch";
url = "https://gitlab.com/lheckemann/qemu/-/commit/ca8c4a95a320dba9854c3fd4159ff4f52613311f.patch";
sha256 = "sha256-9jYpGmD28yJGZU4zlae9BL4uU3iukWdPWpSkgHHvOxI=";
}) ];
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment