From 2c2a0c1e2826131330aaf21077fd16d6d894eae5 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 28 Jan 2024 16:24:25 -0600 Subject: [PATCH] fix: allowing for override of conform scopes --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 68f3f4b..0d601af 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ }; in '' + echo '**************' yes ${configs.shellHook} ${pkgs.lefthook}/bin/lefthook install '';