aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/nixpkgs_fmt.lua
blob: 9ca6a8ad57bbcc92f35cd6b091b50060b760685d (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/nix-community/nixpkgs-fmt",
    description = "nixpkgs-fmt is a Nix code formatter for nixpkgs.",
  },
  command = "nixpkgs-fmt",
}