This commit is contained in:
Charlotte Van Petegem 2023-03-03 09:21:24 +01:00
parent b49b69a0d4
commit 0cdbf6c3c9
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -1,7 +1,9 @@
{ pkgs, ... }: pkgs.devshell.mkShell { { pkgs, ... }: pkgs.devshell.mkShell {
name = "Objectgericht programmeren project"; name = "Objectgericht programmeren project";
packages = with pkgs; [ packages = with pkgs; [
openssl maven openjdk17 openssl
maven
openjdk17
]; ];
commands = [ commands = [
{ {