aufgabe 3
This commit is contained in:
13
praktikum-5/shell.nix
Normal file
13
praktikum-5/shell.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
packages = [
|
||||
openjdk
|
||||
ant
|
||||
astyle
|
||||
jdt-language-server
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "Usage Example: ant run -Dmain-class=aufgabe3.Server"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user