You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is only providing the firefox-bin package, packaging a binary compiled and distributed by Mozilla.
However, a recent home-manager update broke the configurations supported by this package.
The issue is tracked and discussed in nix-community/home-manager#5717
However, they are not yet merged, so they live as separate branches for the time being (not usable for a semi-stable configuration, since they may not receive other updates).
Temporary workaround
A workaround has been proposed already by the issue's OP, and implemented in nix-community/home-manager#5724, also not merged.
So, the current (annoying) procedure to upgrade configuration is:
remove profiles.ini (if not done, Nix will request it, since it would try to overwrite an externally managed one)
upgrade as usual
replace profiles.ini keeping its content as is, just removing the Version=2 line
This is just a temporary fix, and hopefully by the next upgrade better solutions will be merged into home-manager itself.
The text was updated successfully, but these errors were encountered:
The current location of profiles.ini (at the time writing) is /Users/alessandro/Library/Application Support/Firefox (not expected to change), and its content is
Actually, the Version=2 is present, since Firefox reintroduced it. The version used after the update did not include the [InstallBBF7...] section, and the Version=2 was manually deleted.
Nixpkgs is not distributing Firefox packages for Darwin, that's why I'm using an alternative provider
https://github.com/alecandido/nixpkgs/blob/6d2d44d113ce15a996448ca4b71ed0f7a83f5a92/flake.nix#L27
This is only providing the
firefox-bin
package, packaging a binary compiled and distributed by Mozilla.However, a recent home-manager update broke the configurations supported by this package.
The issue is tracked and discussed in
nix-community/home-manager#5717
The user @booxter committed to investigate the issue, and provide a more integrated solution with PRs nix-community/home-manager#5801 and nix-community/home-manager#5808.
However, they are not yet merged, so they live as separate branches for the time being (not usable for a semi-stable configuration, since they may not receive other updates).
Temporary workaround
A workaround has been proposed already by the issue's OP, and implemented in nix-community/home-manager#5724, also not merged.
So, the current (annoying) procedure to upgrade configuration is:
profiles.ini
(if not done, Nix will request it, since it would try to overwrite an externally managed one)profiles.ini
keeping its content as is, just removing theVersion=2
lineThis is just a temporary fix, and hopefully by the next upgrade better solutions will be merged into home-manager itself.
The text was updated successfully, but these errors were encountered: