Skip to content

Commit

Permalink
docs: Update settings override example
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Oct 23, 2023
1 parent 63a1608 commit f138093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/guide/dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ If you want to use the `master` branch of the [ema](https://hackage.haskell.org/

```nix
haskellProjects.default = {
settings = { super, ... }: {
fourmolu.custom = super.fourmolu_0_13_1_0;
settings = {
fourmolu = { super, ...}: { custom = _: super.fourmolu_0_13_1_0; };
};
};
```
Expand Down

0 comments on commit f138093

Please sign in to comment.