mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
6 lines
120 B
Nix
6 lines
120 B
Nix
with import <nixpkgs> {};
|
|
stdenv.mkDerivation rec {
|
|
name = "tpmb-model";
|
|
buildInputs = [ openscad prusa-slicer ];
|
|
}
|