From a7100f6ed57f8f96becdf0085701073774fd221f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:15:12 +0200 Subject: [PATCH] fix shell path Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 33532b97..9461804c 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ gitHooksLib, }: let hooks = gitHooksLib.run { - src = ../.; + src = ./.; hooks = { inject-exec = { enable = true;