Skip to content

Commit

Permalink
chore: rename pre-commit treefmt package option
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed May 4, 2024
1 parent 2ba212d commit 1e61861
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake-parts/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
settings = {
src = ../.;
hooks = {
treefmt.enable = true;
treefmt = {
enable = true;
package = self'.packages.treefmt;
};
};

settings.treefmt.package = self'.packages.treefmt;
};
};
};
Expand Down

0 comments on commit 1e61861

Please sign in to comment.