python-lsp-server fixed

This commit is contained in:
2026-05-21 15:55:14 +02:00
parent 41d3711b9b
commit c14e2372bb
3 changed files with 16 additions and 16 deletions

18
flake.lock generated
View File

@ -26,11 +26,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1779249871, "lastModified": 1779336167,
"narHash": "sha256-GP3+R4ds6IoW5xokq4g6n455to0iFepMYYC7XnXeZCo=", "narHash": "sha256-YbAbHiHmPhBVqgVvWzFOrQTkmYQ7oXOvEBNDRT6ruBA=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "085aa4376cf34978977700fa56a5d9ccddbfc8a6", "rev": "e4bc7d7ca24db3a7b1daac4ef0957b8148b444bf",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -47,11 +47,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779213149, "lastModified": 1779336838,
"narHash": "sha256-Cf+p/T4Z3n9Sw0TiR3kQaIwQI+/hfvLJcoTzeq6yS3E=", "narHash": "sha256-n1+l78hJRABp4cQHKeD0BVByT0vZLPqd09Tvoq8Q+d8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bd868f769a69d3b6091a1da68a75cb83a181033c", "rev": "928d72376949e222ea4f07b44828a55b0136422e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -94,11 +94,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1779301491, "lastModified": 1779371019,
"narHash": "sha256-BqXma/VRkh6Q85RSDufJuFb5JCwp4TfJcBQCh4WPd7w=", "narHash": "sha256-9uXJ3geHI21/oMAs+Jy/ZitGvdpTbuCYWuImfpFiMs4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "73c2a4cac3aa370dc03eb4eda7e91316e8a2fe7e", "rev": "f51d977e83ad844f3efc43513fc5774c1b0bb503",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# # # Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
# Updated: 2026/05/18 21:02:50 by tomoron ### ########.fr # # Updated: 2026/05/21 15:23:58 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #

View File

@ -24,12 +24,12 @@
nodejs_24 nodejs_24
glsl_analyzer glsl_analyzer
opencode opencode
# (pkgs.python3.withPackages (ps: with ps; [ (pkgs.python3.withPackages (ps: with ps; [
# python-lsp-server python-lsp-server
# pylsp-mypy pylsp-mypy
# python-lsp-ruff python-lsp-ruff
# pycodestyle pycodestyle
# ])) #BORKED ]))
]; ];
# programs.neovim.extraLuaConfig = '' # programs.neovim.extraLuaConfig = ''