From efe70914bf2aba21d71ec0dd88265f5cdb8bcfd7 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Sun, 15 Oct 2023 12:36:25 +0200 Subject: [PATCH] use specified python version for flake --- jupyter/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter/flake.nix b/jupyter/flake.nix index b39213f..08a93b6 100644 --- a/jupyter/flake.nix +++ b/jupyter/flake.nix @@ -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