home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 2f78f2f9056bb6e0bad459091a62d46e49b8ca42
parent 303830380cedb1703799115a28e34fe05ae8af60
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  3 Mar 2023 16:40:24 +0100

users/vincent: fix python-lsp-server

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/python.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/dev/python.nix b/users/vincent/dev/python.nix @@ -4,6 +4,6 @@ home.packages = with pkgs; [ python3 pipenv - python-lsp-server + python3Packages.python-lsp-server ]; }