From 90d82015ac2daee07d15c5b0dffe2825bf90f89d Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 4 Dec 2025 14:39:08 +0100 Subject: [PATCH] nixos/pretalx: use finalPackage consistently (cherry picked from commit bb84dd09b3c7f1cd260c9c23b837032c722b43fa) --- nixos/modules/services/web-apps/pretalx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/pretalx.nix b/nixos/modules/services/web-apps/pretalx.nix index 6ab037efb114..1fae59517aba 100644 --- a/nixos/modules/services/web-apps/pretalx.nix +++ b/nixos/modules/services/web-apps/pretalx.nix @@ -456,7 +456,7 @@ in preStart = let versionString = lib.concatStringsSep "\n" ( - [ "pretalx-${cfg.finalPackage.version}" ] + [ "pretalx-${finalPackage.version}" ] ++ map (plugin: "${plugin.pname}-${plugin.version}") cfg.plugins ); in