chore: bump Python version in nix

This commit is contained in:
Jonathan Barrow 2025-09-14 12:37:18 -04:00
parent 9c3be75ea7
commit 5ecd42bef2
No known key found for this signature in database
GPG Key ID: 2A7DAA6DED5A77E5
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ pkgs.mkShell {
name = "onix-shellder";
venvDir = "./.venv";
buildInputs = [
python312Packages.python
python312Packages.venvShellHook
python313Packages.python
python313Packages.venvShellHook
# Required dependencies
# Python
python312Packages.black
python313Packages.black
# misc
taglib