doc/ci: use docPkgs from ci keeps local and ci render output the same
This commit is contained in:
+1
-1
@@ -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
@@ -1,5 +1,5 @@
|
||||
{
|
||||
pkgs ? (import ../ci { }).pkgs,
|
||||
pkgs ? (import ../ci { }).docPkgs,
|
||||
nixpkgs ? { },
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user