1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/ci/hardware_tests/tpmb/model/default.nix

6 lines
120 B
Nix
Raw Normal View History

2020-04-15 07:22:39 +00:00
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "tpmb-model";
buildInputs = [ openscad prusa-slicer ];
}