Skip to content

Commit

Permalink
Use correct nixfmt hook name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Oct 5, 2024
1 parent 4267abd commit da02485
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
(inputs.git-hooks.lib.${pkgs.stdenv.hostPlatform.system}.run {
src = ./.;
hooks.deadnix.enable = true;
hooks.nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
hooks.nixfmt-rfc-style.enable = true;
})
shellHook
;
Expand Down

0 comments on commit da02485

Please sign in to comment.