3 lines
64 B
Nix
3 lines
64 B
Nix
{...}: {
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
}
|
{...}: {
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
}
|