This commit is contained in:
John Lancaster
2025-03-10 21:48:58 -05:00
parent 670c1972c5
commit 398ec0f0f3

View File

@@ -111,7 +111,7 @@
git git
gdbm gdbm
(python312.withPackages (python-pkgs: with python-pkgs; [ (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") (writeShellScriptBin "ad-nb" "cd $(readlink -f /etc/nixos) && devenv up")
]; ];