diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 02:03:14 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-04 02:03:14 -0800 |
| commit | c2d9c8f7801e77f124cc55e4a58073aa6bb34e01 (patch) | |
| tree | 3c2757c16a3b810596cc9e19be0d5cc9a60cfe85 /flake.nix | |
| parent | d6d3ae91b354634462c916c706fd642a73ef6e57 (diff) | |
make git hooks not abortable
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ description = "Ensure website can build, and tests links"; stages = [ "post-merge" ]; entry = "${pkgs.writeShellScript "website-check" '' +trap 'echo "Interrupted!"; exit 1' INT BRANCH=$(git branch --show-current) if [ "$BRANCH" != "main" ]; then exit 0 |
