mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-12 00:10:58 +00:00
7 lines
138 B
Nix
7 lines
138 B
Nix
with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation {
|
|
name = "trezor-crypto-dev";
|
|
buildInputs = [ gnumake gcc pkgconfig openssl check ];
|
|
}
|