mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
pkgs: use dedicated flake for manga-tui
This commit is contained in:
parent
2be5d72d43
commit
05d971b394
3 changed files with 149 additions and 35 deletions
|
@ -9,8 +9,7 @@
|
|||
in {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
manga-tui = bleedingpkgs.manga-tui;
|
||||
manga-tui = inputs.manga-tui.packages.${pkgs.system}.default;
|
||||
})
|
||||
# inputs.zen-browser.overlays.default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue