update system*

*added overlay to build typst-lsp
This commit is contained in:
Youwen Wu 2024-08-19 20:15:18 -07:00
parent 955e517597
commit 2353431515
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 57 additions and 49 deletions

7
overlays/default.nix Normal file
View file

@ -0,0 +1,7 @@
{inputs, ...}: {
nixpkgs.overlays = [
(self: super: {
typst-lsp = inputs.stablepkgs.legacyPackages.${self.system}.typst-lsp;
})
];
}