From dc608152f7b8663c3efb58a8f141774fcd25d849 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:57:23 -0500 Subject: [PATCH] added some build scripts --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) 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") ];