mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 12:55:05 +02:00
ZeNixComputa: Allow to cross-compile for aarch64
This commit is contained in:
parent
27f794bc13
commit
6c3ac89186
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue