mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 19:08:12 +00:00
6 lines
108 B
Nix
6 lines
108 B
Nix
|
with import <nixpkgs> {};
|
||
|
stdenv.mkDerivation rec {
|
||
|
name = "tpmb-arduino";
|
||
|
buildInputs = [ arduino ];
|
||
|
}
|