pkgs: switch back to latest librewolf and prepare for new librewolf module

This commit is contained in:
Youwen Wu 2024-08-25 23:34:41 -07:00
parent 94cf193aa0
commit 2291e132cd
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 156 additions and 16 deletions

View file

@ -5,10 +5,11 @@
}: let
stablepkgs = inputs.stablepkgs.legacyPackages.${pkgs.system};
bleedingpkgs = inputs.bleedingpkgs.legacyPackages.${pkgs.system};
nixpkgs-small = inputs.nixpkgs-unstable-small.legacyPackages.${pkgs.system};
in {
nixpkgs.overlays = [
(self: super: {
librewolf = stablepkgs.librewolf;
librewolf = nixpkgs-small.librewolf;
manga-tui = bleedingpkgs.manga-tui;
})
];