python-lsp-server fixed
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@ -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": {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# 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 #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
||||
@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user