From 6c3ac8918643d9f0f020120a962e12f6e0003a1f Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 24 Aug 2023 19:18:38 +0200 Subject: [PATCH] ZeNixComputa: Allow to cross-compile for aarch64 --- hostconfig/ZeNixComputa/nixos.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 3771171..c7817f0 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -62,9 +62,12 @@ hardware.cpu.amd.updateMicrocode = true; nix.extraOptions = '' + keep-outputs = true keep-derivations = true ''; + boot.binfmt.emulatedSystems = ["aarch64-linux"]; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave