null-ls: add fnlfmt

This commit is contained in:
Pedro Alves 2022-12-19 02:18:15 +00:00
parent 470fd9c07e
commit fdbba2238e

View file

@ -34,6 +34,9 @@ let
fourmolu = {
packages = [ pkgs.haskellPackages.fourmolu ];
};
fnlfmt = {
packages = [ pkgs.fnlfmt ];
};
};
};
# Format the servers to be an array of attrs like the following example