sail: Cross-compile aarch64
This commit is contained in:
parent
91dd2820c7
commit
9db43682ee
1 changed files with 6 additions and 1 deletions
|
@ -35,12 +35,17 @@ in
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
extra-platforms = aarch64-linux
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.cleanTmpDir = true;
|
boot = {
|
||||||
|
cleanTmpDir = true;
|
||||||
|
|
||||||
|
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
};
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue