doc/ci: use docPkgs from ci keeps local and ci render output the same (#537792)

This commit is contained in:
Matt Sturgeon
2026-07-02 13:06:38 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ let
in
rec {
inherit pkgs fmt;
inherit pkgs docPkgs fmt;
codeownersValidator = pkgs.callPackage ./codeowners-validator { };
# FIXME(lf-): it might be useful to test other Nix implementations
+1 -1
View File
@@ -1,5 +1,5 @@
{
pkgs ? (import ../ci { }).pkgs,
pkgs ? (import ../ci { }).docPkgs,
nixpkgs ? { },
}: