1
Fork 0

Add git executable for jupyter

This commit is contained in:
prescientmoon 2024-05-22 18:41:01 +02:00
parent 1586d089d2
commit 78719c643d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -11,7 +11,10 @@ let
# }}} # }}}
in in
{ {
systemd.services.jupyterhub.path = [ pkgs.texlive.combined.scheme-full ]; # LaTeX stuff is useful for matplotlib systemd.services.jupyterhub.path = [
pkgs.texlive.combined.scheme-full # LaTeX stuff is useful for matplotlib
pkgs.git # Required by the git extension
];
services.jupyterhub = { services.jupyterhub = {
enable = true; enable = true;