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