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