disable qemu patches for now
This commit is contained in:
parent
9fadebd56e
commit
3b6b385096
1 changed files with 9 additions and 9 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
# boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
(_: super: {
|
# (_: super: {
|
||||||
# Because of https://github.com/NixOS/nixpkgs/pull/378579
|
# # Because of https://github.com/NixOS/nixpkgs/pull/378579
|
||||||
qemu = super.qemu.overrideAttrs (old: {
|
# qemu = super.qemu.overrideAttrs (old: {
|
||||||
patches = (old.patches or [ ]) ++ [ ./qemu.patch ];
|
# patches = (old.patches or [ ]) ++ [ ./qemu.patch ];
|
||||||
});
|
# });
|
||||||
})
|
# })
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue