Browse Source

Remove broken packages

main
parent
commit
e60a798582
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 5
      shells/java.nix
  2. 6
      shells/python.nix

5
shells/java.nix

@ -4,9 +4,8 @@
with pkgs;
mkShell {
buildInputs = [
# openjdk8 # Legacy Java 8 VM.
# openjdk11 # Current LTS version of OpenJDK.
openjdk14 # Current version of OpenJDK.
jre8
jdk8
];
shellHook = ''
'';

6
shells/python.nix

@ -6,9 +6,9 @@ mkShell {
buildInputs = [
python310Packages.pip
python310Packages.pip-tools
python310Packages.python-lsp-black
python310Packages.python-lsp-server
python310Packages.python-lsp-jsonrpc
# python310Packages.python-lsp-black #TODO: Marked broken.
# python310Packages.python-lsp-server #TODO: Marked broken.
# python310Packages.python-lsp-jsonrpc #TODO: Marked broken.
];
shellHook = ''
'';

Loading…
Cancel
Save