_86box-with-roms

86box 6.0

Emulator of x86-based machines based on PCem

https://86box.net/
GNU General Public License v2.0 onlyUnfree
main program: 86Boxprograms: -
Platforms (26)
loongarch64-linuxarmv7l-linuxmips-linuxarmv6l-linuxpowerpc-linuxs390-linuxi686-linuxmips64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _86box-with-roms
];
Ad-hoc shell
nix-shell -p _86box-with-roms
Flake (nix run)
nix run nixpkgs#_86box-with-roms