mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add method to selectively pull packages from master
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user