Battle.net: Difference between revisions
Zocker1999 (talk | contribs) add note about long compiling time of overriden Wine package |
Zocker1999 (talk | contribs) m updated deprecated alias wineWowPackages to wineWow64Packages, see https://github.com/NixOS/nixpkgs/blob/74cc63f702f7d60a557e152a57b40fb1fd0f72ac/pkgs/top-level/aliases.nix#L2240-L2244 |
||
| Line 9: | Line 9: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
users.users.youruser.packages = with pkgs; [ | users.users.youruser.packages = with pkgs; [ | ||
( | (wineWow64Packages.full.override { | ||
wineRelease = "staging"; | wineRelease = "staging"; | ||
mingwSupport = true; | mingwSupport = true; | ||