Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 29, 2024
1 parent cd0899e commit 2bf30a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@
treefmt.config = {
projectRootFile = "flake.nix";

programs.fourmolu.enable = true;
programs.fourmolu = {
enable = true;
package = config.fourmolu.wrapper;
};
programs.nixpkgs-fmt.enable = true;
programs.cabal-fmt.enable = true;
programs.hlint.enable = true;

programs.fourmolu.package = config.fourmolu.wrapper;
};

fourmolu.settings = {
Expand Down

0 comments on commit 2bf30a0

Please sign in to comment.