Update Forgejo Jupyter preview Python

This commit is contained in:
fruchti 2026-02-11 12:39:16 +01:00
parent b08c7f8abf
commit 689d55ed69

View file

@ -21,7 +21,7 @@ in
contentDir = "/data/git/data/lfs"; contentDir = "/data/git/data/lfs";
}; };
settings = let settings = let
python = pkgs.python311; python = pkgs.python3;
docutils = docutils =
python.withPackages (ps: with ps; [ python.withPackages (ps: with ps; [
docutils # Provides rendering of ReStructured Text files docutils # Provides rendering of ReStructured Text files