1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 23:09:13 +00:00
trezor-firmware/ci/hardware_tests/tpmb/arduino/default.nix

6 lines
108 B
Nix
Raw Normal View History

2020-04-15 07:22:39 +00:00
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "tpmb-arduino";
buildInputs = [ arduino ];
}