1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 05:03:07 +00:00
trezor-firmware/crypto/shell.nix

7 lines
159 B
Nix
Raw Normal View History

2018-10-16 09:29:58 +00:00
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "trezor-crypto-dev";
buildInputs = [ gnumake gcc pkgconfig openssl check valgrind clang-tools ];
2018-10-16 09:29:58 +00:00
}