Loading pkgs/applications/networking/browsers/firefox/packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ license = lib.licenses.mpl20; mainProgram = "firefox"; }; tests = [ nixosTests.firefox ]; tests = [ nixosTests.firefox-esr-128 ]; updateScript = callPackage ./update.nix { attrPath = "firefox-esr-128-unwrapped"; versionPrefix = "128"; Loading Loading
pkgs/applications/networking/browsers/firefox/packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ license = lib.licenses.mpl20; mainProgram = "firefox"; }; tests = [ nixosTests.firefox ]; tests = [ nixosTests.firefox-esr-128 ]; updateScript = callPackage ./update.nix { attrPath = "firefox-esr-128-unwrapped"; versionPrefix = "128"; Loading