Skip to content

Commit f368a76

Browse files
committed
Revert "don't install lsp on ci"
This reverts commit 837bdfe.
1 parent 837bdfe commit f368a76

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

flake.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
pytest
2929
mypy
3030
black
31+
32+
pylsp-mypy
33+
python-lsp-black
3134
]))
3235
];
3336
});
@@ -43,13 +46,6 @@
4346
devShells.ci = mkDevShell {};
4447
devShells.default = mkDevShell {
4548
inherit (self.checks.${system}.pre-commit-check) shellHook;
46-
buildInputs = [
47-
(pkgs.python3.withPackages (ps:
48-
with ps; [
49-
pylsp-mypy
50-
python-lsp-black
51-
]))
52-
];
5349
};
5450

5551
checks = {

0 commit comments

Comments
 (0)