diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 21:47:17 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 21:47:17 -0700 |
| commit | b6461fccb9559b80eb21c90046009ab064b9d8f0 (patch) | |
| tree | b2b76014bcd68ffc02e457a8db900e6e70635b84 /flake.nix | |
| parent | 53b6bcce4f906f4c8440a9d8ec843e99b847bb7b (diff) | |
checkpoint for scss
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = ./.; |
