fixes and formatting
This commit is contained in:
parent
a6c96c23ae
commit
80cf48f1e8
71 changed files with 746 additions and 1110 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
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];
|
||||
patches = (old.patches or [ ]) ++ [ ./qemu.patch ];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue