From b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 5 Jun 2026 11:06:02 +0100 Subject: Move more host tooling to Nix --- dot_config/git/hooks/executable_pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/git/hooks/executable_pre-push') diff --git a/dot_config/git/hooks/executable_pre-push b/dot_config/git/hooks/executable_pre-push index 286958b..b0915bf 100755 --- a/dot_config/git/hooks/executable_pre-push +++ b/dot_config/git/hooks/executable_pre-push @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env dash # Reject pushes that include commits which: # * lack a good signature, or # * have a committer different from this repo's user.name / user.email, or -- cgit v1.3.1