From 20521ad56295b6444216a87a3eb461241ddb30e2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 23 Jun 2024 17:38:22 -0400 Subject: [PATCH] Infini-DL360: emulate aarch64 --- hosts/Infini-DL360/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 6aef8f4..50573c2 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -23,6 +23,9 @@ info.loc.purdue = true; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems; + nix.distributedBuilds = false; modules = {