diff --git a/flake.nix b/flake.nix index 8b6943f..90099db 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,7 @@ git gdbm (python312.withPackages (python-pkgs: with python-pkgs; [ - notebook # kinda hacky, but needed so that jupyter notebook has some shared library it needs + notebook # kinda hacky, but needed so that jupyter notebook has some shared library it needs? ])) (writeShellScriptBin "ad-nb" "cd $(readlink -f /etc/nixos) && devenv up") ];