1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

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