diff --git a/flake.nix b/flake.nix index 980a262..7993fc7 100644 --- a/flake.nix +++ b/flake.nix @@ -115,6 +115,9 @@ gdbm 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") ];