Update objprog shell
This commit is contained in:
parent
5b65ba1eea
commit
7c778c3557
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: pkgs.devshell.mkShell {
|
||||
name = "Objectgericht programmeren project";
|
||||
packages = with pkgs; [ openssl maven openjdk (python3.withPackages (ps: with ps; [ beautifulsoup4 notmuch pyyaml ])) ];
|
||||
packages = with pkgs; [ openssl maven openjdk17 jdt-language-server ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue