• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle



  • If using flakes you could just for instance add another input. You can also set the input URLs to specific states of the nixpkgs repository by eg referencing specific commits. Then, you should be able to just, e.g., pick Firefox from unstable, another package from the current stable channel, and maybe a broken package from a pull request fixing said package.

    If you are not using flakes you can also add system wide channels. IIRC you can then import these channels into your configuration.nix and select packages from the corresponding channels. But here the channels/inputs are not part of configuration itself in contrast to when using flakes.




  • You could choose any extension from the extension store

    You can still more or less do this if you create an add-on collection and add all your extension to it. In order to register this collection with Firefox you then have to enable the Debug Mode by clicking the firefox logo in firefox’s about section 5 times.

    It may be possible that you need Firefox Beta or Fennec for this to work