chore(nix): add htop for monitoring

This commit is contained in:
Steffen Jost 2022-10-06 12:16:32 +02:00
parent ef97e19522
commit 6b6c09b299
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ let
# for PDF creation with Pandoc and LuaTeX
#cups # needed for interface with print center -- did not work as intended, requires lpd running
busybox # should provide a working lpr -- to be tested
htop
pdftk # for encrypting pdfs
#texlive.combined.scheme-medium # too large for container in LMU build environment.
(texlive.combine {

View File

@ -75,6 +75,7 @@ in pkgs.mkShell {
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
gup skopeo
# busybox # for print services, but interferes with build commands in develop-shell
htop
pdftk #pdftk just for testing pdf-passwords
#texlive.combined.scheme-full # works
#texlive.combined.scheme-medium