From a4ba69feedbdf750b16da5127d9b65dac86835c5 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 5 May 2021 23:54:20 +0200 Subject: [PATCH] Change python version to 3.8 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 27f6be1..ceb2d7a 100644 --- a/shell.nix +++ b/shell.nix @@ -2,4 +2,4 @@ with pkgs; -mkShell { buildInputs = [ python39 poetry ]; } +mkShell { buildInputs = [ python38 poetry ]; }