From b6461fccb9559b80eb21c90046009ab064b9d8f0 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 11 Mar 2026 21:47:17 -0700 Subject: checkpoint for scss --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4544ce4..60ac688 100644 --- a/flake.nix +++ b/flake.nix @@ -60,7 +60,7 @@ topology = nixmacs.topology.x86_64-linux.config.output; - mkNotification = msg: ''curl -H "Priority: max" -u "${internetName}:$(grep ADMIN_PASSWORD "${secretsPath}/${ntfyFile}" | cut -d "\"" -f 2)" -d "${msg}" ${ntfyHost}/ci-build''; + mkNotification = msg: ''curl -H "Priority: 4" -u "${internetName}:$(grep ADMIN_PASSWORD "${secretsPath}/${ntfyFile}" | cut -d "\"" -f 2)" -d "${msg}" ${ntfyHost}/ci-build''; pre-commit-check = git-hooks.lib.${system}.run { src = ./.; -- cgit v1.3