fixed pynvim invocations

This commit is contained in:
alsaiduq-lab 2025-07-01 20:55:00 -06:00
parent 29a465b2f8
commit b0767196f7
3 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -120,11 +120,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751335864, "lastModified": 1751421595,
"narHash": "sha256-gzOCRagb6AYmjw6pSKNAJUajnSk0gKNsfZYSbiyrBkM=", "narHash": "sha256-6uvHT496bu8b/UhTY86NnrbU2fzuqNkgHCHi1T3LLog=",
"owner": "fufexan", "owner": "fufexan",
"repo": "nix-gaming", "repo": "nix-gaming",
"rev": "9ebdcaea0533a5277a65b4fc9935b66e0619e053", "rev": "cb4f76b2b304c07237bc7c2f81926b645a216021",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -221,11 +221,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1751285371, "lastModified": 1751382304,
"narHash": "sha256-/hDU+2AUeFFu5qGHO/UyFMc4UG/x5Cw5uXO36KGTk6c=", "narHash": "sha256-p+UruOjULI5lV16FkBqkzqgFasLqfx0bihLBeFHiZAs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b9c03fbbaf84d85bb28eee530c7e9edc4021ca1b", "rev": "d31a91c9b3bee464d054633d5f8b84e17a637862",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,7 +9,6 @@
in { in {
programs.neovim = { programs.neovim = {
enable = true; enable = true;
extraPython3Packages = ps: [ps.pynvim];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -18,6 +18,7 @@
jupyterlab jupyterlab
datasets datasets
debugpy debugpy
pynvim
])) ]))
isort isort
uv uv