Emulate aarch64-linux on nix-box-june to be able to build aarch64 pkgs
This commit is contained in:
parent
41f04732c2
commit
9d7f9d0ec8
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./emulated-systems.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
];
|
||||
|
|
5
config/hosts/nix-box-june/emulated-systems.nix
Normal file
5
config/hosts/nix-box-june/emulated-systems.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
}
|
Loading…
Reference in a new issue