summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-11 21:47:17 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-11 21:47:17 -0700
commitb6461fccb9559b80eb21c90046009ab064b9d8f0 (patch)
treeb2b76014bcd68ffc02e457a8db900e6e70635b84 /flake.nix
parent53b6bcce4f906f4c8440a9d8ec843e99b847bb7b (diff)
checkpoint for scss
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 = ./.;