mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-05 04:10:58 +00:00
6 lines
108 B
Nix
6 lines
108 B
Nix
![]() |
with import <nixpkgs> {};
|
||
|
stdenv.mkDerivation rec {
|
||
|
name = "tpmb-arduino";
|
||
|
buildInputs = [ arduino ];
|
||
|
}
|