release-python.nix: add nixos-render-docs to tested set

This commit is contained in:
Martin Weinelt
2023-09-27 15:35:23 +02:00
parent 81d4f41d62
commit 73fd4ebd2f
+2 -1
View File
@@ -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