1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/release: fixup evaluation of tested job (firefox)

This fixes 3b6389aa2f49e; I'm sorry for the mistake.
This commit is contained in:
Vladimír Čunát 2023-10-15 08:18:33 +02:00
parent f320b0d46e
commit 746e16f927
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -73,8 +73,9 @@ in rec {
# So let's depend just on the packages for now.
#(onFullSupported "nixos.tests.firefox-esr")
#(onFullSupported "nixos.tests.firefox")
(onFullSupported "nixpkgs.firefox-esr")
(onFullSupported "nixpkgs.firefox")
# Note: only -unwrapped variants have a Hydra job.
(onFullSupported "nixpkgs.firefox-esr-unwrapped")
(onFullSupported "nixpkgs.firefox-unwrapped")
(onFullSupported "nixos.tests.firewall")
(onFullSupported "nixos.tests.fontconfig-default-fonts")