firefox
firefox 152.0
Web browser built from Firefox source tree
http://www.mozilla.com/en-US/firefox/Mozilla Public License 2.0
main program: firefoxprograms: firefox
Platforms (46)
armv7l-netbsdi686-netbsdriscv64-netbsdx86_64-cygwins390x-linuxarc-linuxarmv6l-linuxi686-cygwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ firefox ];
Ad-hoc shell
nix-shell -p firefox
Flake (nix run)
nix run nixpkgs#firefox