t14_legacy_config/home/shenvs/proba.nix

13 lines
186 B
Nix
Raw Normal View History

2022-08-26 05:43:18 +02:00
{pkgs, ...}:
{
packages = with pkgs; [
2022-08-16 04:36:17 +02:00
pipenv
(python310.withPackages ( packages: with packages; [
matplotlib
numpy
pandas
scipy
]))
];
}