1

Add common packages to python env

This commit is contained in:
2023-01-14 13:34:39 +01:00
parent ea9cfbd1ec
commit d00c480fa7

4
env/python.nix vendored
View File

@ -15,6 +15,10 @@
};
myPython = pkgs.python310.withPackages (p: with p; [
rich
numpy
scipy
matplotlib
]);
in {
devShell = pkgs.devshell.mkShell {