From 398ec0f0f3b8c0d62dd6b070a0c76c0d500246e4 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:48:58 -0500 Subject: [PATCH] comment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ];