diff --git a/shell.nix b/shell.nix index e09b2131d9..186561ab19 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ with import {}; let - myPython = python36.withPackages(p: [p.trezor p.Mako p.munch]); + myPython = python3.withPackages(p: [p.trezor p.Mako p.munch]); in stdenv.mkDerivation { name = "trezor-mcu-dev";