added ad-nb command from inside the devenv shell
This commit is contained in:
@@ -110,9 +110,10 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
git
|
git
|
||||||
gdbm
|
gdbm
|
||||||
(pkgs.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")
|
||||||
];
|
];
|
||||||
|
|
||||||
processes = {
|
processes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user