Add common packages to python env
This commit is contained in:
Vendored
+4
@@ -15,6 +15,10 @@
|
||||
};
|
||||
|
||||
myPython = pkgs.python310.withPackages (p: with p; [
|
||||
rich
|
||||
numpy
|
||||
scipy
|
||||
matplotlib
|
||||
]);
|
||||
in {
|
||||
devShell = pkgs.devshell.mkShell {
|
||||
|
||||
Reference in New Issue
Block a user