1
1
mirror of https://github.com/srid/ema.git synced 2024-09-17 18:28:05 +03:00

nix: fourmolu doesn't require the workaround

This commit is contained in:
Sridhar Ratnakumar 2022-08-06 14:06:04 -04:00
parent 52b420a924
commit cf582e7dc6

View File

@ -45,7 +45,8 @@
inherit (pkgs)
treefmt
nixpkgs-fmt;
fourmolu = workaround140774 hp.fourmolu;
inherit (hp)
fourmolu;
ghcid = workaround140774 hp.ghcid;
};
source-overrides = {