ZeNixComputa: Allow to cross-compile for aarch64

This commit is contained in:
traxys 2023-08-24 19:18:38 +02:00
parent 27f794bc13
commit 6c3ac89186

View file

@ -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. Its perfectly fine and recommended to leave