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