Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 399 Bytes

Building and packaging tezos using nix

Statically built binaries

In order to build all binaries run:

nix build -f. binaries

As an alternative you can build single binary:

nix build -f. binaries.tezos-client

This will produce tezos-client binary.