mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08: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, ...}: {
|
{inputs, ...}: {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
typst-lsp = inputs.stablepkgs.legacyPackages.${self.system}.typst-lsp;
|
librewolf = inputs.stablepkgs.${self.system}.librewolf;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue