Skip to content

Latest commit

 

History

History

nix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.