mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
8 lines
207 B
Nix
8 lines
207 B
Nix
{ lib, callPackage }:
|
|
|
|
lib.recurseIntoAttrs {
|
|
shellFor = callPackage ./shellFor { };
|
|
documentationTarball = callPackage ./documentationTarball { };
|
|
setBuildTarget = callPackage ./setBuildTarget { };
|
|
}
|