Add just tool and zlib for Python venv extensions

This commit is contained in:
2026-04-17 22:35:13 +02:00
parent 82f42b9329
commit 44d9cc1498
2 changed files with 5 additions and 5 deletions
+3 -1
View File
@@ -28,6 +28,7 @@
tldr
htop
iotop
just
# Container tools
podman
podman-compose
@@ -35,8 +36,9 @@
claude-code
opencode
# C++ stdlib for Python venv native extensions
# C++ stdlib and zlib for Python venv native extensions
pkgs.stdenv.cc.cc.lib
pkgs.zlib
# Custom packages
(pkgs.callPackage ../pkgs/ax {})