nixos-config/nixos/profiles/system/boot/binfmt.nix
2024-11-28 01:14:34 +08:00

10 lines
129 B
Nix

{
lib,
pkgs,
mylib,
...
}:
{
boot.binfmt.emulatedSystems = lib.remove pkgs.stdenv.hostPlatform.system mylib.systems;
}