mv binfmt to quadraticpc
This commit is contained in:
parent
a4418daae4
commit
4226f41cc4
2 changed files with 0 additions and 0 deletions
11
clients/quadraticpc/binfmt/default.nix
Normal file
11
clients/quadraticpc/binfmt/default.nix
Normal file
|
@ -0,0 +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];
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue