nakamoto icon indicating copy to clipboard operation
nakamoto copied to clipboard

nixify

Open plebhash opened this issue 1 year ago • 13 comments

allows building on a nix-shell environment.

the nakamoto-wallet crate needs libusb-1.0.

now this is possible:

$ nix-shell
# cargo build -p nakamoto-wallet            # libusb-1.0 will be found

plebhash avatar Oct 24 '23 21:10 plebhash