added some build scripts

This commit is contained in:
John Lancaster
2025-04-03 23:57:23 -05:00
parent 445e08a771
commit dc608152f7

View File

@@ -115,6 +115,9 @@
gdbm gdbm
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 "docs" "${pkgs.uv}/bin/uv run sphinx-autobuild -E ./docs/ ./docs_build --port 9999")
(writeShellScriptBin "ab" "${pkgs.uv}/bin/uv build --wheel --refresh")
(writeShellScriptBin "adb" "ab && ${pkgs.docker}/bin/docker build -t acockburn/appdaemon:local-dev .")
# (writeShellScriptBin "ad-nb" "cd $(readlink -f /etc/nixos) && devenv up") # (writeShellScriptBin "ad-nb" "cd $(readlink -f /etc/nixos) && devenv up")
]; ];