mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
pkgs: switch back to latest librewolf and prepare for new librewolf module
This commit is contained in:
parent
94cf193aa0
commit
2291e132cd
4 changed files with 156 additions and 16 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue