diff --git a/shell.nix b/shell.nix index 784b04291..fc4e99268 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ with import {}; let - myPython = python36.withPackages(p: [p.click p.graphviz p.trezor p.ed25519 p.pillow]) ; + myPython = python3.withPackages(p: [p.click p.graphviz p.trezor p.ed25519 p.pillow]) ; in stdenv.mkDerivation { name = "trezor-common-dev";