Building and packaging tezos using nix Dynamically built binaries In order to build all binaries run at the root of this project: nix build . Alternatively, you can build a single binary too. For example, this: nix build .#tezos-client will produce the tezos-client binary.