1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 02:59:19 +03:00

firefox-esr-128-unwrapped: init at 128.0esr

This commit is contained in:
Martin Weinelt 2024-07-08 19:39:05 +02:00
parent 7956e3ce0d
commit 6d85f70d35
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 38 additions and 1 deletions

View file

@ -323,6 +323,7 @@ in {
firefox-devedition = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-devedition; };
firefox-esr = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr; }; # used in `tested` job
firefox-esr-115 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-115; };
firefox-esr-128 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-128; };
firefoxpwa = handleTest ./firefoxpwa.nix {};
firejail = handleTest ./firejail.nix {};
firewall = handleTest ./firewall.nix { nftables = false; };