From 81b6010b0f0f3282a8e4a8c0db986e8ac998a2d0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 25 Apr 2019 15:32:48 +0200 Subject: [PATCH] legacy: remove unnecessary shell.nix --- legacy/shell.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 legacy/shell.nix diff --git a/legacy/shell.nix b/legacy/shell.nix deleted file mode 100644 index 87f5ce3442..0000000000 --- a/legacy/shell.nix +++ /dev/null @@ -1,9 +0,0 @@ -with import {}; - -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 ]; - }