Skip to content

Commit 4266dcf

Browse files
committed
lint
1 parent ea66c7c commit 4266dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/pre-commit.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ in
448448

449449
shellHook =
450450
''
451-
${config.installationScript}
452-
export PATH=${config.package}/bin:$PATH
451+
${cfg.installationScript}
452+
export PATH=${cfg.package}/bin:$PATH
453453
'';
454454

455455
installationScript =

0 commit comments

Comments
 (0)