mozilla / nixpkgs-mozilla

Mozilla overlay for Nixpkgs.
MIT License
516 stars 128 forks source link

Use flakes to run firefox-nightly without manually including overlays. #307

Open nbp opened 1 year ago

nbp commented 1 year ago

This change creates a set of flakes such that users can download / install / run various versions of Firefox using flakes. Once merged, this change will make the following command work:

nix run --impure -no-write-lock-file github:mozilla/nixpkgs-mozilla?dir=flakes/nixos-22.11#firefox-nightly

The details of this command line are explained as part of the README, and provide explanations why each argument is needed or what they can be replaced by when possible.