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 1674357 commit 8ae5bb6Copy full SHA for 8ae5bb6
modules/hooks.nix
@@ -804,7 +804,7 @@ in
804
no-commit-to-branch = mkOption {
805
description = lib.mdDoc "no-commit-to-branch-hook";
806
type = types.submodule {
807
- imports = hookModule;
+ imports = [ hookModule ];
808
options.settings = {
809
branch =
810
mkOption {
@@ -1346,7 +1346,7 @@ in
1346
sort-file-contents = mkOption {
1347
description = lib.mdDoc "sort-file-contents-hook";
1348
1349
1350
1351
ignore-case =
1352
0 commit comments