From bbb0b039fc49a97d26818f27b2930acde3820410 Mon Sep 17 00:00:00 2001 From: dadada <dadada@dadada.li> Date: Tue, 1 Nov 2022 19:37:41 +0100 Subject: [PATCH] make pre-push hook into pre-commit-hook --- devshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devshell.nix b/devshell.nix index 139bb20..f9bd67a 100644 --- a/devshell.nix +++ b/devshell.nix @@ -51,6 +51,6 @@ ]; git.hooks = { - pre-push.text = "nix flake check"; + pre-commit.text = "nix flake check"; }; })