update shell.nix

This commit is contained in:
Daniel Langbein 2023-10-05 18:14:44 +02:00
parent c28dc81da8
commit a40fb97aca
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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