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