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.
2 parents 8425502 + 516b596 commit 7275fa6Copy full SHA for 7275fa6
flake-module.nix
@@ -52,7 +52,7 @@ in
52
shellHook = mkOption {
53
type = types.str;
54
description = "A shell hook that installs up the git hooks in a development shell.";
55
- default = cfg.settings.installationScript;
+ default = cfg.settings.shellHook;
56
defaultText = lib.literalExpression "bash statements";
57
readOnly = true;
58
};
0 commit comments