fixed
This commit is contained in:
parent
0b0f1b57e7
commit
cdc56b4597
17
release.nix
17
release.nix
@ -1,14 +1,11 @@
|
||||
{ ... }:
|
||||
let
|
||||
pkgs = (import <nixpkgs>{});
|
||||
in {
|
||||
qemu-patched = pkgs.stdenv.mkDerivation {
|
||||
name = "qemu";
|
||||
version = "v8.1.5";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/qemu/qemu";
|
||||
rev = "v8.1.5";
|
||||
};
|
||||
patches = [ "./IO-Exit.patch" ];
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
import ./overlay.nix;
|
||||
];
|
||||
};
|
||||
in {
|
||||
patched-qemu = pkgs.patched-qemu;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user