Add common packages to python env
This commit is contained in:
4
env/python.nix
vendored
4
env/python.nix
vendored
@ -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