wine

wine 11.0

Open Source implementation of the Windows API on top of X, OpenGL, and Unix

https://www.winehq.org/
GNU Lesser General Public License v2.1 or later
main program: wineprograms: wrc, msiexec, wineserver, wineg++, winegcc, wineboot, wine, regedit, wmc, notepad, winemine, winefile, winecpp, function_grep.pl, wineconsole, winedump, winecfg, widl, msidb, winepath, winebuild, winemaker, regsvr32, winedbg
Platforms (2)
i686-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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