nixpkgs/doc/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
121 B
Nix
Raw Permalink Normal View History

{
pkgs ? (import ../ci { }).pkgs,
nixpkgs ? { },
}:
pkgs.callPackage ./doc-support/package.nix { inherit nixpkgs; }