From 7ce1312bafe041b5176c68dfd9c6b6a1b0521444 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 17 Nov 2019 21:04:44 +0100 Subject: [PATCH] hydra: add binfmt.emulatedSystems for aarch64 --- hosts/hydra/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hydra/configuration.nix b/hosts/hydra/configuration.nix index 9dc5ea70..492f5150 100644 --- a/hosts/hydra/configuration.nix +++ b/hosts/hydra/configuration.nix @@ -50,6 +50,8 @@ isContainer = true; loader.initScript.enable = true; loader.grub.enable = false; + # For cross-building + binfmt.emulatedSystems = [ "aarch64-linux" ]; }; fileSystems."/" = {