nixos-config/nixos/profiles/system/boot/binfmt.nix

10 lines
129 B
Nix
Raw Permalink Normal View History

2024-11-28 01:14:34 +08:00
{
lib,
pkgs,
mylib,
...
}:
{
boot.binfmt.emulatedSystems = lib.remove pkgs.stdenv.hostPlatform.system mylib.systems;
}