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