mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
update system*
*added overlay to build typst-lsp
This commit is contained in:
parent
955e517597
commit
2353431515
3 changed files with 57 additions and 49 deletions
7
overlays/default.nix
Normal file
7
overlays/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{inputs, ...}: {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
typst-lsp = inputs.stablepkgs.legacyPackages.${self.system}.typst-lsp;
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue