diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix index 75e0b2def622..33080d5620f0 100644 --- a/pkgs/top-level/release-python.nix +++ b/pkgs/top-level/release-python.nix @@ -35,7 +35,8 @@ let name = "python-tested"; meta.description = "Release-critical packages from the python package sets"; constituents = [ - jobs.remarshal.x86_64-linux # Used in pkgs.formats helper + jobs.nixos-render-docs.x86_64-linux # Used in nixos manual + jobs.remarshal.x86_64-linux # Used in pkgs.formats helper jobs.python311Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert jobs.python311Packages.colorama.x86_64-linux # Used in nixos test-driver jobs.python311Packages.ptpython.x86_64-linux # Used in nixos test-driver