fix: update to nvf fork to fix pylsp issue

This commit is contained in:
Mohammad Rafiq 2025-04-02 12:30:53 +08:00
parent 22c218e37a
commit 56b517ad3b
No known key found for this signature in database
3 changed files with 8 additions and 6 deletions

View file

@ -16,6 +16,7 @@
nix.enable = true;
nix.format.type = "nixfmt";
python.enable = true;
python.lsp.server = "python-lsp-server";
rust.enable = true;
rust.crates.enable = true;
ts.enable = true;