From c14e2372bb3d5e832315a02584c6290e651b6ab0 Mon Sep 17 00:00:00 2001 From: tomoron Date: Thu, 21 May 2026 15:55:14 +0200 Subject: [PATCH] python-lsp-server fixed --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- homeConfigs/modules/vim.nix | 12 ++++++------ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 1424edf..54363fe 100644 --- a/flake.lock +++ b/flake.lock @@ -26,11 +26,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1779249871, - "narHash": "sha256-GP3+R4ds6IoW5xokq4g6n455to0iFepMYYC7XnXeZCo=", + "lastModified": 1779336167, + "narHash": "sha256-YbAbHiHmPhBVqgVvWzFOrQTkmYQ7oXOvEBNDRT6ruBA=", "owner": "rycee", "repo": "nur-expressions", - "rev": "085aa4376cf34978977700fa56a5d9ccddbfc8a6", + "rev": "e4bc7d7ca24db3a7b1daac4ef0957b8148b444bf", "type": "gitlab" }, "original": { @@ -47,11 +47,11 @@ ] }, "locked": { - "lastModified": 1779213149, - "narHash": "sha256-Cf+p/T4Z3n9Sw0TiR3kQaIwQI+/hfvLJcoTzeq6yS3E=", + "lastModified": 1779336838, + "narHash": "sha256-n1+l78hJRABp4cQHKeD0BVByT0vZLPqd09Tvoq8Q+d8=", "owner": "nix-community", "repo": "home-manager", - "rev": "bd868f769a69d3b6091a1da68a75cb83a181033c", + "rev": "928d72376949e222ea4f07b44828a55b0136422e", "type": "github" }, "original": { @@ -94,11 +94,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1779301491, - "narHash": "sha256-BqXma/VRkh6Q85RSDufJuFb5JCwp4TfJcBQCh4WPd7w=", + "lastModified": 1779371019, + "narHash": "sha256-9uXJ3geHI21/oMAs+Jy/ZitGvdpTbuCYWuImfpFiMs4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "73c2a4cac3aa370dc03eb4eda7e91316e8a2fe7e", + "rev": "f51d977e83ad844f3efc43513fc5774c1b0bb503", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index b8e4d49..a3a6914 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # 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 # # # # **************************************************************************** # diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index 473261a..fe8f67f 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -24,12 +24,12 @@ nodejs_24 glsl_analyzer opencode -# (pkgs.python3.withPackages (ps: with ps; [ -# python-lsp-server -# pylsp-mypy -# python-lsp-ruff -# pycodestyle -# ])) #BORKED + (pkgs.python3.withPackages (ps: with ps; [ + python-lsp-server + pylsp-mypy + python-lsp-ruff + pycodestyle + ])) ]; # programs.neovim.extraLuaConfig = ''