We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18aa292 commit 3d9c487Copy full SHA for 3d9c487
src/lib/cfg/lefthook.nix
@@ -5,7 +5,7 @@ let
5
mkScript = stage:
6
nixpkgs.writeScript "lefthook-${stage}" ''
7
#!${nixpkgs.runtimeShell}
8
- [ "$LEFTHOOK" == "0" ] || ${lib.getExe nixpkgs.lefthook} run "${stage}" "$@"
+ [ "$LEFTHOOK" == "0" ] || ${lib.getExe nixpkgs.lefthook} run --no-auto-install "${stage}" "$@"
9
'';
10
11
toStagesConfig = config:
0 commit comments