nixpkgs-mozilla icon indicating copy to clipboard operation
nixpkgs-mozilla copied to clipboard

Mozilla overlay for Nixpkgs.

Results 63 nixpkgs-mozilla issues
Sort by recently updated
recently updated
newest added

It'd be great to have first-class support in the overlay for installing different versions of Firefox side by side, at the moment this is not possible. I have the following...

I'm doing a cleanup of `flake-firefox-nightly`. I'm very close to be able to support all variants on x86 + aarch64... but... the overlay is still very liberal in its use...

Hi, I am trying to support aarch64 for my NixOS configurations and Firefox Nightly is basically the only thing that I can't really manage to get for 100% alignment. What...

Today I couldn't upgrade my system, maybe because the overlay doesn't apply well anymore, maybe the error was always bound to happen due to how badly I configured my system....

Following the example that is given in the README.md ```nix # shell.nix let moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz); nixpkgs = import { overlays = [ moz_overlay ]; }; in with...

see: https://github.com/NixOS/nixpkgs/issues/156126 ### Describe the bug ``` ❯ firefox (firefox:1202676): Gtk-WARNING **: 12:37:57.658: Theme file for capitaine-cursors-white has no directories libva info: VA-API version 1.13.0 libva info: Trying to open...

``` [nix-shell:/x/code/firefox]$ ./mach build 0:00.62 Failed to parse ccache stats output: Summary: 0:00.63 Clobber not needed. 0:00.65 Adding make options from /x/code/firefox/.mozconfig.nix-shell AUTOCONF=/nix/store/k849r077ywbj8mqby4yn8y177466cb4q-autoconf-2.13/bin/autoconf MOZ_OBJDIR=/x/code/firefox/obj-x86_64-pc-linux-gnu OBJDIR=/x/code/firefox/obj-x86_64-pc-linux-gnu FOUND_MOZCONFIG=/x/code/firefox/.mozconfig.nix-shell export FOUND_MOZCONFIG Parallelism determined...

`git cinnabar` is required by `./mach try` commands, so I'd argue that it should be included by default.

question

Hey hey, long time listener first-time caller :wave: I was greeted with an error in the overlay this morning and I was wondering if I could get some help on...