From 5962f07706b334026a97a990ba5963acde5beb3d Mon Sep 17 00:00:00 2001 From: Frederik Kriewitz Date: Mon, 1 Jul 2024 10:29:59 +0200 Subject: [PATCH] test --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 6c28b6f..d0e2835 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ with import {}; mkShell { buildInputs = [ ffmpeg - (python3.withPackages(ps: with ps; [ + (python312.withPackages(ps: with ps; [ mutagen requests rich @@ -17,7 +17,7 @@ mkShell { tomli attrs pycountry - urllib3-2.2.2 + urllib3 # Test pytest