From 5a0458c0b74170246b40b99ef776e18b5ec5ac65 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 28 Feb 2024 12:07:13 +0100 Subject: [PATCH] Also update the packages maybe --- jupyter/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter/flake.nix b/jupyter/flake.nix index ad83ceb..9d69cde 100644 --- a/jupyter/flake.nix +++ b/jupyter/flake.nix @@ -18,7 +18,7 @@ default = pkgs.mkShell { packages = with pkgs; [python311 jupyter virtualenv] - ++ (with pkgs.python312Packages; [pip jupyter pandas numpy matplotlib]); + ++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]); }; }); };