diff --git a/nix/git-identities/list.nix b/nix/git-identities/list.nix index b318462b..245ac78c 100644 --- a/nix/git-identities/list.nix +++ b/nix/git-identities/list.nix @@ -19,8 +19,6 @@ let blameIgnore = { blame.ignoreRevsFile = ".git-blame-ignore-revs"; }; - - hooks = scriptsPath: { core.hooksPath = scriptsPath; }; in [ # Univ stuff @@ -54,9 +52,6 @@ in { url = "github.com"; path = "haskell/cabal.git"; - contents = lib.mkMerge [ - blameIgnore - (hooks "${./hooks/cabal}") - ]; + contents = blameIgnore; } ]