Compare commits

..

No commits in common. "dfa2718bb301a733b2de9c06fbca3ff46dcf1446" and "c50522f6b04b5c26e1606af12fc3141bc0db1e07" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -114,11 +114,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717839683, "lastModified": 1716749035,
"narHash": "sha256-kC0eyEsfpXbtQ2Ee5kgjmLFSVsLgnqpj10LjEi+fK+g=", "narHash": "sha256-mdBp0b4VIQ71aUK2uBRROUkENk93RUUubjlQkvskNO0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3f3a01219b4a1b6ee63039a3aa63948fbf37c0dd", "rev": "b5995681aa319d0e33a6d83a31710d6c6f092820",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,7 +17,7 @@
defaultServer = "pyright"; defaultServer = "pyright";
servers = { servers = {
pyright = { pyright = {
package = pkgs.pyright; package = pkgs.nodePackages.pyright;
lspConfig = '' lspConfig = ''
lspconfig.pyright.setup{ lspconfig.pyright.setup{
capabilities = capabilities; capabilities = capabilities;