1{ 2 pkgs ? (import ../ci { }).pkgs, 3 nixpkgs ? { }, 4}: 5 6pkgs.callPackage ./doc-support/package.nix { inherit nixpkgs; }