From 9088b7df6ca2f8c944c34b81f4646f2ca1508090 Mon Sep 17 00:00:00 2001 From: pazpi Date: Wed, 4 Feb 2026 08:27:27 +0100 Subject: [PATCH] Update Go to 125 --- modules/services/authentik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/authentik.nix b/modules/services/authentik.nix index 572bf6d..883bf3d 100644 --- a/modules/services/authentik.nix +++ b/modules/services/authentik.nix @@ -103,7 +103,7 @@ in final: prev: { authentikComponents = prev.authentikComponents // { gopkgs = prev.authentikComponents.gopkgs.override { - buildGo124Module = pkgs.buildGo125Module; + buildGo125Module = pkgs.buildGo125Module; }; }; }