use specified python version for flake

main
Rachel Lambda Samuelsson 2023-10-15 12:36:25 +02:00
parent c9c20cfde3
commit efe70914bf
1 changed files with 1 additions and 1 deletions

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