Skip to content

Commit 9c0ba91

Browse files
committed
Ensure pyls follows the default python3
1 parent ce1e08a commit 9c0ba91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager/modules/dev-python.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ in
1111

1212
config = mkIf cfg.enable {
1313
simonswine.neovim.lspconfig.pylsp.cmd = [
14-
"${pkgs.python311Packages.python-lsp-server}/bin/pylsp"
14+
"${pkgs.python3Packages.python-lsp-server}/bin/pylsp"
1515
];
1616
};
1717
}

0 commit comments

Comments
 (0)