From 94a6f0ad0567db9deebfef862fc5db5431532c49 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 12 Jun 2023 09:35:42 +1000 Subject: [PATCH] forgejo: updated to python 3.9 progresses #21 --- profiles/forgejo.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/forgejo.nix b/profiles/forgejo.nix index 9a31cb8..487dcf6 100644 --- a/profiles/forgejo.nix +++ b/profiles/forgejo.nix @@ -9,7 +9,6 @@ sources = import ../nix/sources.nix; unstable = import sources.nixpkgsUnstable {}; in { - services.gitea = { enable = true; # Enable Forgejo appName = "mcwhirter.io: Forgejo Service"; # Give the site a name @@ -23,7 +22,7 @@ in { httpPort = 3002; # Provided unique port package = unstable.forgejo; # a soft fork of gitea settings = let - docutils = pkgs.python37.withPackages (ps: + docutils = pkgs.python39.withPackages (ps: with ps; [ docutils # Provides rendering of ReStructured Text files pygments # Provides syntax highlighting