use specified python version for flake

This commit is contained in:
Rachel Lambda Samuelsson 2023-10-15 12:36:25 +02:00
parent c9c20cfde3
commit efe70914bf

View File

@ -45,7 +45,7 @@
'';
};
python-environment = (pkgs.python310.withPackages (ps: with ps; [
python-environment = (python.withPackages (ps: with ps; [
ipympl numpy matplotlib scipy
jupyter-core jupyter