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
2020-04-16 18:13:11 +02:00

6 lines
120 B
Nix

with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "tpmb-model";
buildInputs = [ openscad prusa-slicer ];
}