forked from CCCHH/nix-infra
5 lines
81 B
Nix
5 lines
81 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
}
|