From a40fb97acafec9665ff947caac3772cb825da70c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 5 Oct 2023 18:14:44 +0200 Subject: [PATCH] update shell.nix --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell.nix b/shell.nix index a1ba79d..a56d466 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,10 @@ let my-python-packages = ps: with ps; [ psutil + + # Build dependencies only. + build + twine ]; my-python = pkgs.python3.withPackages my-python-packages; in my-python.env