nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add wineWow64Packages as acceptable test targets

Signed-off-by: Alexander V. Nikolaev <avn@avnik.info>

+9
+9
nixos/tests/wine.nix
··· 75 75 # This wayland combination times out after spending many hours. 76 76 # https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux 77 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) 78 87 ) 79 88 )