From eda26deaf3330fe20ef24b34c356eb5b16e3e7cd Mon Sep 17 00:00:00 2001 From: mole99 Date: Wed, 13 Nov 2024 12:38:37 +0100 Subject: [PATCH] Fix notebook devshell and add pandas --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d42227e..e22195d 100644 --- a/flake.nix +++ b/flake.nix @@ -113,8 +113,9 @@ callPackage (self.createCaceShell { }) {}; notebook = callPackage (self.createCaceShell { - extra-packages = with pkgs; [ + extra-python-packages = with pkgs.python3.pkgs; [ jupyter + pandas ]; }) {}; # Normal devShells