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

View file

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

View file

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