Skip to content

Commit 7275fa6

Browse files
authored
Merge pull request #649 from MaienM/fix-flake-module-shell-hook
Fix shellHook in the flake-parts module
2 parents 8425502 + 516b596 commit 7275fa6

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)