1
0
Fork 0

sail: Cross-compile aarch64

This commit is contained in:
Daniel Kempkens 2022-08-07 17:54:05 +02:00
parent 91dd2820c7
commit 9db43682ee

View file

@ -35,12 +35,17 @@ in
extraOptions = ''
experimental-features = nix-command flakes
extra-platforms = aarch64-linux
keep-derivations = true
keep-outputs = true
'';
};
boot.cleanTmpDir = true;
boot = {
cleanTmpDir = true;
binfmt.emulatedSystems = [ "aarch64-linux" ];
};
zramSwap.enable = true;