We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b2914 commit 2df9bf3Copy full SHA for 2df9bf3
nixos/tests/wine.nix
@@ -75,5 +75,14 @@ listToAttrs (
75
# This wayland combination times out after spending many hours.
76
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
77
(pkgs.lib.remove "wayland" variants)
78
+ ++
79
+ map
80
+ (makeWineTest "wineWow64Packages" [
81
+ hello32
82
+ hello64
83
+ ])
84
+ # This wayland combination times out after spending many hours.
85
+ # https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
86
+ (pkgs.lib.remove "wayland" variants)
87
)
88
0 commit comments