From b86569a3815dec7d1ae538d6ad96fa72e29d3bc9 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Tue, 13 Dec 2022 15:33:51 +0900 Subject: [PATCH] Set python version to 3.10 in the nix shell definition --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];