fix(windows): use wineWow64Packages as default, since wineWowPackages is removed

This commit is contained in:
Antoine Viallon 2026-03-22 21:58:01 +01:00
parent ae5764f2e6
commit 5be1c37d3c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -14,7 +14,7 @@ in
package = mkOption { package = mkOption {
description = "Wine package to use"; description = "Wine package to use";
type = types.package; type = types.package;
default = pkgs.wineWowPackages.waylandFull; default = pkgs.wineWow64Packages.waylandFull;
example = pkgs.winePackages.stable; example = pkgs.winePackages.stable;
}; };
}; };