query
On this page

binaryTarball

pkgs.releaseTools.binaryTarball

Docs pulled from | This Revision | about 1 hour ago


compatibility


Noogle detected

Implementation

The following is the current implementation of this function.

binaryTarball =
    args:
    import ./binary-tarball.nix (
      {
        inherit lib stdenv;
      }
      // args
    );