legacy: remove unnecessary shell.nix

pull/159/head
Pavol Rusnak 5 years ago
parent 8f0f6e4aed
commit 81b6010b0f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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