mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 21:48:13 +00:00
7 lines
147 B
Nix
7 lines
147 B
Nix
with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation {
|
|
name = "trezor-crypto-dev";
|
|
buildInputs = [ gnumake gcc pkgconfig openssl check valgrind ];
|
|
}
|