Skip to content

Commit

Permalink
Update hook module import for default hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Apr 1, 2024
1 parent 1674357 commit 8ae5bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ in
no-commit-to-branch = mkOption {
description = lib.mdDoc "no-commit-to-branch-hook";
type = types.submodule {
imports = hookModule;
imports = [ hookModule ];
options.settings = {
branch =
mkOption {
Expand Down Expand Up @@ -1346,7 +1346,7 @@ in
sort-file-contents = mkOption {
description = lib.mdDoc "sort-file-contents-hook";
type = types.submodule {
imports = hookModule;
imports = [ hookModule ];
options.settings = {
ignore-case =
mkOption {
Expand Down

0 comments on commit 8ae5bb6

Please sign in to comment.