Skip to content

Commit 77789ff

Browse files
committed
add LSPs for nix-based CLI workflows
1 parent 32afff5 commit 77789ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

+3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@
3232
"rust-src"
3333
"rustc"
3434
"rustfmt"
35+
"rust-analyzer"
3536
];
3637
python-toolchain = with pkgs; [
3738
python3
3839
python3Packages.pandas
3940
python3Packages.pyarrow
41+
42+
python3Packages.python-lsp-server
4043
];
4144
fix-n-fmt = pkgs.writeShellScriptBin "fix-n-fmt" ''
4245
set -euf -o pipefail

0 commit comments

Comments
 (0)