From d2431e754359c931e9a43cc0bc2c7c5bea78b3bb Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 9 Mar 2026 19:14:37 -0700 Subject: add curl to my git hooks --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 3807c8e..cb4ee4c 100644 --- a/flake.nix +++ b/flake.nix @@ -84,6 +84,8 @@ if [ -d "$RESULT_PATH" ]; then --verbose \ --no-progress \ "$RESULT_PATH/**/*.html" + + curl -H "Priority: max" -u "${internetName}:$(grep ADMIN_PASSWORD "${secretsPath}/${ntfyFile}" | cut -d "\"" -f 2)" -d "CI checks done!" https://ntfy.ret2pop.net/ci-build else echo "Website build failed, skipping lychee." exit 1 -- cgit v1.3