chore(nix): add htop for monitoring
This commit is contained in:
parent
ef97e19522
commit
6b6c09b299
@ -25,6 +25,7 @@ let
|
|||||||
# for PDF creation with Pandoc and LuaTeX
|
# for PDF creation with Pandoc and LuaTeX
|
||||||
#cups # needed for interface with print center -- did not work as intended, requires lpd running
|
#cups # needed for interface with print center -- did not work as intended, requires lpd running
|
||||||
busybox # should provide a working lpr -- to be tested
|
busybox # should provide a working lpr -- to be tested
|
||||||
|
htop
|
||||||
pdftk # for encrypting pdfs
|
pdftk # for encrypting pdfs
|
||||||
#texlive.combined.scheme-medium # too large for container in LMU build environment.
|
#texlive.combined.scheme-medium # too large for container in LMU build environment.
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
|
|||||||
@ -75,6 +75,7 @@ in pkgs.mkShell {
|
|||||||
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
|
[ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client
|
||||||
gup skopeo
|
gup skopeo
|
||||||
# busybox # for print services, but interferes with build commands in develop-shell
|
# busybox # for print services, but interferes with build commands in develop-shell
|
||||||
|
htop
|
||||||
pdftk #pdftk just for testing pdf-passwords
|
pdftk #pdftk just for testing pdf-passwords
|
||||||
#texlive.combined.scheme-full # works
|
#texlive.combined.scheme-full # works
|
||||||
#texlive.combined.scheme-medium
|
#texlive.combined.scheme-medium
|
||||||
|
|||||||
Reference in New Issue
Block a user