fixed
This commit is contained in:
parent
f24c69812e
commit
21929c70e6
@ -1,6 +1,10 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
let
|
let
|
||||||
pkgs = (import <nixpkgs> { overlay = [ (import ./overlay.nix) ]; });
|
pkgs = (import <nixpkgs>{});
|
||||||
in {
|
in {
|
||||||
qemu = pkgs.patched-qemu;
|
qemu-patched = pkgs.stdenv.mkDerivation {
|
||||||
|
name = "qemu";
|
||||||
|
version = "8.1.5";
|
||||||
|
patches = [ "./IO-Exit.patch" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user