Loading nixos/modules/services/web-apps/pretalx.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/by-name/pr/pretalx/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ let }; pretix-schedule-editor = buildNpmPackage { pname = "pretalx-schedule-editorc"; pname = "pretalx-schedule-editor"; inherit version src; sourceRoot = "${src.name}/src/pretalx/frontend/schedule-editor"; Loading Loading
nixos/modules/services/web-apps/pretalx.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/by-name/pr/pretalx/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ let }; pretix-schedule-editor = buildNpmPackage { pname = "pretalx-schedule-editorc"; pname = "pretalx-schedule-editor"; inherit version src; sourceRoot = "${src.name}/src/pretalx/frontend/schedule-editor"; Loading