feat: add packages to python environment
This commit is contained in:
parent
ad7405b95b
commit
f88cd3b272
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue