Update Forgejo Jupyter preview Python
This commit is contained in:
parent
b08c7f8abf
commit
689d55ed69
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue