add extra platforms to be able to compile 32bit libraries and cross-compile for arm
This commit is contained in:
parent
50f8fa7953
commit
f09ef591c3
2 changed files with 11 additions and 2 deletions
|
@ -23,7 +23,10 @@ nixpkgs.lib.nixosSystem {
|
|||
|
||||
{
|
||||
networking.hostName = "vinzenz-lpt2";
|
||||
nix.settings.extra-platforms = [ "aarch64-linux" ];
|
||||
nix.settings.extra-platforms = [
|
||||
"aarch64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue