diff --git a/shell.nix b/shell.nix index ca13eb0..a014cc0 100644 --- a/shell.nix +++ b/shell.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { buildInputs = [ pip - python3 + python310 virtualenv ];