fix: update to nvf fork to fix pylsp issue
This commit is contained in:
parent
22c218e37a
commit
56b517ad3b
3 changed files with 8 additions and 6 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -1290,15 +1290,16 @@
|
|||
"systems": "systems_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1743301931,
|
||||
"narHash": "sha256-gex4W+Fyn6RB8x9/y+VWY1EG6RItmlW1HJjAj3mWqKc=",
|
||||
"owner": "notashelf",
|
||||
"lastModified": 1743568014,
|
||||
"narHash": "sha256-yGegHHE/dIhFFgDIwSVM8LsgWuNaL5lxKaWQyPF2LJs=",
|
||||
"owner": "rrvsh",
|
||||
"repo": "nvf",
|
||||
"rev": "05489d95b69b4c81e9b9a66a23f6e0cb1c8edb3d",
|
||||
"rev": "f6511e77c41bb9c0818b06e458c5f6a25ce7b3e2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "notashelf",
|
||||
"owner": "rrvsh",
|
||||
"ref": "fix/pylsp-pkgs",
|
||||
"repo": "nvf",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
nixd.url = "github:nix-community/nixd";
|
||||
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
nvf.url = "github:notashelf/nvf";
|
||||
nvf.url = "github:rrvsh/nvf/fix/pylsp-pkgs";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
|
||||
stylix.url = "github:danth/stylix";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue