From 9cac229023c840dabaf8dbc22a2959689403da52 Mon Sep 17 00:00:00 2001 From: diesel Date: Sun, 25 Jan 2026 11:20:02 -0800 Subject: [PATCH] fix(hooks): use portable shebang for NixOS compatibility --- .githooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/pre-push b/.githooks/pre-push index d7153084..86552f97 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Block PRs by preventing pushes to arbitrary feature branches. # Gas Town agents push to main (crew) or polecat/* branches (polecats). # PRs are for external contributors only.