aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorUghur Alakbarov <58857108+ugur-a@users.noreply.github.com>2024-08-07 18:03:08 +0200
committerGitHub <noreply@github.com>2024-08-07 09:03:08 -0700
commit2122fe2ff01e9a542fc358ee9398ce2cbddf345d (patch)
tree769659e48e35cd82fa7959280d386b076cd0b0fb /lua
parenteff40c4f5fdf7ae8f269b258047d1bd7cee50f02 (diff)
fix(nixfmt): update repo link and description (#505)
* feat(formatters): add nixfmt-rfc-style docs: add nixfmt-rfc-style to readme and conform.txt * feat: replace nixfmt with nixfmt-rfc-style * doc: ensure description has period at the end --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
Diffstat (limited to 'lua')
-rw-r--r--lua/conform/formatters/nixfmt.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/conform/formatters/nixfmt.lua b/lua/conform/formatters/nixfmt.lua
index 27029d5..14594d9 100644
--- a/lua/conform/formatters/nixfmt.lua
+++ b/lua/conform/formatters/nixfmt.lua
@@ -1,8 +1,8 @@
---@type conform.FileFormatterConfig
return {
meta = {
- url = "https://github.com/serokell/nixfmt",
- description = "nixfmt is a formatter for Nix code, intended to apply a uniform style.",
+ url = "https://github.com/NixOS/nixfmt",
+ description = "The official (but not yet stable) formatter for Nix code.",
},
command = "nixfmt",
}