mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-11 19:20:42 +00:00
7 lines
124 B
Nix
7 lines
124 B
Nix
{
|
|
pkgs ? (import ../ci { }).docPkgs,
|
|
nixpkgs ? { },
|
|
}:
|
|
|
|
pkgs.callPackage ./doc-support/package.nix { inherit nixpkgs; }
|