use specified python version for flake
This commit is contained in:
parent
c9c20cfde3
commit
efe70914bf
|
@ -45,7 +45,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
python-environment = (pkgs.python310.withPackages (ps: with ps; [
|
python-environment = (python.withPackages (ps: with ps; [
|
||||||
ipympl numpy matplotlib scipy
|
ipympl numpy matplotlib scipy
|
||||||
|
|
||||||
jupyter-core jupyter
|
jupyter-core jupyter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user