mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-02 07:15:08 +01:00
fix(lefthook): remove duplicate lines
This commit is contained in:
parent
6e9c8612b3
commit
0ce18964f5
1 changed files with 0 additions and 6 deletions
|
|
@ -51,12 +51,6 @@
|
||||||
|
|
||||||
lefthookConfig = (pkgs.formats.yaml {}).generate "lefthook.yaml" cfg.config;
|
lefthookConfig = (pkgs.formats.yaml {}).generate "lefthook.yaml" cfg.config;
|
||||||
lefthookAlias = pkgs.writeShellScriptBin cfg.alias ''
|
lefthookAlias = pkgs.writeShellScriptBin cfg.alias ''
|
||||||
if [ "$1" = "install" ]; then
|
|
||||||
echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
|
|
||||||
fi
|
|
||||||
if [ "$1" = "install" ]; then
|
|
||||||
echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
|
|
||||||
fi
|
|
||||||
if [ "$1" = "install" ]; then
|
if [ "$1" = "install" ]; then
|
||||||
echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
|
echo "Warning, using 'lefthook install' should not be used, use the shellHook instead"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue