nix: add shell.nix

pull/25/head
Pavol Rusnak 6 years ago
parent 86118986bc
commit 98dedc7baa
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -0,0 +1,9 @@
with import <nixpkgs> {};
let
myPython = python36.withPackages(p: [p.trezor p.Mako p.munch]);
in
stdenv.mkDerivation {
name = "trezor-mcu-dev";
buildInputs = [ myPython protobuf gnumake gcc gcc-arm-embedded pkgconfig SDL2 SDL2_image ];
}
Loading…
Cancel
Save