Format
This commit is contained in:
parent
b49b69a0d4
commit
0cdbf6c3c9
1 changed files with 3 additions and 1 deletions
|
@ -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 = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue