diff --git a/clients/quadraticpc/binfmt/default.nix b/clients/quadraticpc/binfmt/default.nix index 5b180c0..ce2b4cd 100644 --- a/clients/quadraticpc/binfmt/default.nix +++ b/clients/quadraticpc/binfmt/default.nix @@ -1,11 +1,11 @@ { - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - nixpkgs.overlays = [ - (_: super: { - # Because of https://github.com/NixOS/nixpkgs/pull/378579 - qemu = super.qemu.overrideAttrs (old: { - patches = (old.patches or [ ]) ++ [ ./qemu.patch ]; - }); - }) - ]; + # boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + # nixpkgs.overlays = [ + # (_: super: { + # # Because of https://github.com/NixOS/nixpkgs/pull/378579 + # qemu = super.qemu.overrideAttrs (old: { + # patches = (old.patches or [ ]) ++ [ ./qemu.patch ]; + # }); + # }) + # ]; }