null-ls: add fourmolu

This commit is contained in:
Pedro Alves 2022-12-01 14:37:30 +00:00
parent 46c0128a36
commit 8135cce2c7

View file

@ -31,6 +31,9 @@ let
beautysh = {
packages = [ inputs.beautysh.packages.${pkgs.system}.beautysh-python38 ];
};
fourmolu = {
packages = [ pkgs.haskellPackages.fourmolu ];
};
};
};
# Format the servers to be an array of attrs like the following example