branch: elpa/nix-mode
commit b3c6560f6d6f4415c53521366370bd232cb9a080
Author: Ruben Maher <[email protected]>
Commit: Ruben Maher <[email protected]>
Fix typo: rustfmt -> nixfmt
---
nix-format.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-format.el b/nix-format.el
index 7c5005ae3f..e9a65a6a41 100644
--- a/nix-format.el
+++ b/nix-format.el
@@ -29,7 +29,7 @@
(unless (executable-find nix-nixfmt-bin)
(error "Could not locate executable \"%s\"" nix-nixfmt-bin))
(nix--format-call (current-buffer))
- (message "Formatted buffer with rustfmt."))
+ (message "Formatted buffer with nixfmt."))
(provide 'nix-format)
;;; nix-format.el ends here