From 9733282fc1a993f91fa7d21070d7a932dff04ba2 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sat, 7 Aug 2021 16:40:30 +0200 Subject: machines/wolfgang: enable binfmt for aarch64-linux Can't believe I've fixed all those aarch64 failures without this so far. --- machines/sternenseemann/wolfgang.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix index b0eaa5e5..489bb4de 100644 --- a/machines/sternenseemann/wolfgang.nix +++ b/machines/sternenseemann/wolfgang.nix @@ -60,6 +60,9 @@ in { virtualisation.docker.enable = true; + # useful for debugging native compilation of packages on another platform + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + environment.systemPackages = with pkgs; [ vuizvui.sternenseemann.pass exfat borgbackup -- cgit 1.4.1