mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
7 lines
159 B
Nix
7 lines
159 B
Nix
with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation {
|
|
name = "trezor-crypto-dev";
|
|
buildInputs = [ gnumake gcc pkgconfig openssl check valgrind clang-tools ];
|
|
}
|