From a8eb41aeff76ec0ed07357206797db1f83ab8aae Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Mon, 4 Sep 2023 07:49:43 +0100 Subject: [PATCH] Emulate aarch64 on remote builder This should allow us to remote build for the Pi, but is likely to be slow --- system/ritchie/ritchie.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/ritchie/ritchie.nix b/system/ritchie/ritchie.nix index fbeec29..3121a0e 100644 --- a/system/ritchie/ritchie.nix +++ b/system/ritchie/ritchie.nix @@ -47,4 +47,8 @@ in programs._1password-gui = { enable = true; }; + + boot.binfmt.emulatedSystems = [ + "aarch64-linux" + ]; }