diff --git a/hosts/forgejo.nix b/hosts/forgejo.nix index b167449..d350568 100644 --- a/hosts/forgejo.nix +++ b/hosts/forgejo.nix @@ -21,7 +21,7 @@ in contentDir = "/data/git/data/lfs"; }; settings = let - python = pkgs.python311; + python = pkgs.python3; docutils = python.withPackages (ps: with ps; [ docutils # Provides rendering of ReStructured Text files