Add method to selectively pull packages from master

This commit is contained in:
Dave Gallant
2024-10-11 08:48:34 -04:00
parent 3e87b8f092
commit dd73cab0ed
3 changed files with 33 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
lib,
pkgs,
unstable,
master,
...
}:
let
@@ -550,7 +551,7 @@ in
firefox = {
enable = stdenv.isLinux;
package = pkgs.librewolf;
package = master.librewolf;
profiles = {
default = {