diff --git a/dev/nix/shell.nix b/dev/nix/shell.nix index 38f93bccb76..796b9f486f6 100644 --- a/dev/nix/shell.nix +++ b/dev/nix/shell.nix @@ -7,7 +7,6 @@ let lxml python-utils ]; - python27 = pkgs.python27.withPackages python_packages; python3 = pkgs.python3.withPackages python_packages; in stdenv.mkDerivation rec { @@ -27,7 +26,6 @@ stdenv.mkDerivation rec { clang-tools gperftools perl - python27 python3 time ];