chore(nix): add netcat

This commit is contained in:
Steffen Jost 2021-11-25 18:03:44 +01:00
parent fab36093bb
commit 9a2c3611b3

View File

@ -24,7 +24,7 @@ let
cups # needed for interface with print center
# texlive.combined.scheme-medium # Causes container to be too large! However, might be needed by the pandoc library to produce PDFs, but nix ought to include the necessary parts already
# pandoc # just for manual testing within the pod, remove for production, since we use the library instead!
curl wget # just for manual testing within the pod, remove for production!
curl wget netcat # just for manual testing within the pod, remove for production!
openldap # just for manual testing within the pod, remove for production!
build-essentials
] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ];