feat: add packages to python environment

This commit is contained in:
Jacob Bachmann 2024-05-31 21:48:10 +02:00
parent ad7405b95b
commit f88cd3b272
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -31,9 +31,12 @@
rustc rustc
cargo # downloads your rust project's dependencies and builds your project cargo # downloads your rust project's dependencies and builds your project
go # go programming language go # go programming language
python312 (python312.withPackages (p: with p; [
python312Packages.ptpython ptpython # an advanced python repl
python312Packages.ipython ipython # ipython: productive interactive computing
pycryptodome # self-contained cryptographic library
gmpy2 # interface to gmp, mpfr, and mpc for python 3.7+
]))
lua lua
nixpkgs-fmt nixpkgs-fmt
openjdk17 openjdk17