From 645286a70f3e34ea1993094f1ad36a4dfde85ed7 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 2 Jul 2026 14:44:40 +0200 Subject: [PATCH] doc/ci: use docPkgs from ci keeps local and ci render output the same --- ci/default.nix | 2 +- doc/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/default.nix b/ci/default.nix index eb7b45e4bbb5..6aa80f977901 100644 --- a/ci/default.nix +++ b/ci/default.nix @@ -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 diff --git a/doc/default.nix b/doc/default.nix index 7e2d0df152cc..d77e3c616a5b 100644 --- a/doc/default.nix +++ b/doc/default.nix @@ -1,5 +1,5 @@ { - pkgs ? (import ../ci { }).pkgs, + pkgs ? (import ../ci { }).docPkgs, nixpkgs ? { }, }: