Skip to content

Commit 516b596

Browse files
committed
Fix shellHook in the flake-parts module
1 parent 8e7576e commit 516b596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake-module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in
5252
shellHook = mkOption {
5353
type = types.str;
5454
description = "A shell hook that installs up the git hooks in a development shell.";
55-
default = cfg.settings.installationScript;
55+
default = cfg.settings.shellHook;
5656
defaultText = lib.literalExpression "bash statements";
5757
readOnly = true;
5858
};

0 commit comments

Comments
 (0)