From 21500545bb72c13f808b48235ade0a05d7f73ddc Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 24 Jan 2026 10:12:04 +0100 Subject: [PATCH] fix python/boto3 --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 42796408..dee340c4 100644 --- a/shell.nix +++ b/shell.nix @@ -26,7 +26,7 @@ in s3cmd minio-client rclone - (python312.withPackages (ps: [ ps.boto3 ])) + (python313.withPackages (ps: [ ps.boto3 ])) socat psmisc