mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
legacy: remove unnecessary shell.nix
This commit is contained in:
parent
8f0f6e4aed
commit
81b6010b0f
@ -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…
Reference in New Issue
Block a user