binaryTarball
pkgs.releaseTools.binaryTarball
Docs pulled from | This Revision | about 3 hours ago
compatibility
Noogle detected
Implementation
The following is the current implementation of this function.
binaryTarball =
args:
import ./binary-tarball.nix (
{
inherit lib stdenv;
}
// args
);