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"
|
"systems": "systems_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1743301931,
|
"lastModified": 1743568014,
|
||||||
"narHash": "sha256-gex4W+Fyn6RB8x9/y+VWY1EG6RItmlW1HJjAj3mWqKc=",
|
"narHash": "sha256-yGegHHE/dIhFFgDIwSVM8LsgWuNaL5lxKaWQyPF2LJs=",
|
||||||
"owner": "notashelf",
|
"owner": "rrvsh",
|
||||||
"repo": "nvf",
|
"repo": "nvf",
|
||||||
"rev": "05489d95b69b4c81e9b9a66a23f6e0cb1c8edb3d",
|
"rev": "f6511e77c41bb9c0818b06e458c5f6a25ce7b3e2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "notashelf",
|
"owner": "rrvsh",
|
||||||
|
"ref": "fix/pylsp-pkgs",
|
||||||
"repo": "nvf",
|
"repo": "nvf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
nixd.url = "github:nix-community/nixd";
|
nixd.url = "github:nix-community/nixd";
|
||||||
nixos-hardware.url = "github:nixos/nixos-hardware";
|
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
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";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
|
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
|
||||||
stylix.url = "github:danth/stylix";
|
stylix.url = "github:danth/stylix";
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
nix.format.type = "nixfmt";
|
nix.format.type = "nixfmt";
|
||||||
python.enable = true;
|
python.enable = true;
|
||||||
|
python.lsp.server = "python-lsp-server";
|
||||||
rust.enable = true;
|
rust.enable = true;
|
||||||
rust.crates.enable = true;
|
rust.crates.enable = true;
|
||||||
ts.enable = true;
|
ts.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue