mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
git-identities: remove hooks config for cabal
It's actually pretty annoying to run the linter all the time
This commit is contained in:
parent
51352a91d0
commit
9b52493e5f
1 changed files with 1 additions and 6 deletions
|
|
@ -19,8 +19,6 @@ let
|
||||||
blameIgnore = {
|
blameIgnore = {
|
||||||
blame.ignoreRevsFile = ".git-blame-ignore-revs";
|
blame.ignoreRevsFile = ".git-blame-ignore-revs";
|
||||||
};
|
};
|
||||||
|
|
||||||
hooks = scriptsPath: { core.hooksPath = scriptsPath; };
|
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
# Univ stuff
|
# Univ stuff
|
||||||
|
|
@ -54,9 +52,6 @@ in
|
||||||
{
|
{
|
||||||
url = "github.com";
|
url = "github.com";
|
||||||
path = "haskell/cabal.git";
|
path = "haskell/cabal.git";
|
||||||
contents = lib.mkMerge [
|
contents = blameIgnore;
|
||||||
blameIgnore
|
|
||||||
(hooks "${./hooks/cabal}")
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue