added some build scripts
This commit is contained in:
@@ -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")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user