Add numpy to python

This commit is contained in:
Bad 2021-04-16 11:03:02 +02:00
parent 8910cacc2a
commit 05d60b0ef7

View file

@ -3,7 +3,9 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
clang clang
nodejs nodejs
python3
(python39.withPackages (pyPkgs: with pyPkgs; [ numpy ]))
libcxx libcxx
git git
gdb gdb