mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
overlays: remove typst-lsp; add librewolf from stable to build
This commit is contained in:
parent
6f597d83f5
commit
43224bd176
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{inputs, ...}: {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
typst-lsp = inputs.stablepkgs.legacyPackages.${self.system}.typst-lsp;
|
||||
librewolf = inputs.stablepkgs.${self.system}.librewolf;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue