home-manager/gui: Use python3Packages instead of python310Packages
CI / Check, build and cache Nix flake (push) Successful in 1h12m52s Details

This commit is contained in:
Jack O'Sullivan 2024-03-21 23:32:01 +00:00
parent 27a4583879
commit a5880d66f4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ in
slurp
swappy
python310Packages.python-lsp-server
python3Packages.python-lsp-server
nil # nix language server
zls # zig language server
rust-analyzer