mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
4252286f21
Also, use `finalAttrs` style and pass through all the helper derivations.
6 lines
115 B
Nix
6 lines
115 B
Nix
{
|
|
pkgs ? (import ./.. { }),
|
|
nixpkgs ? { },
|
|
}:
|
|
|
|
pkgs.callPackage ./doc-support/package.nix { inherit nixpkgs; }
|