From d04c57263296799a3edc2865056b789d02aae057 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 22 Apr 2024 17:43:44 +0200 Subject: [PATCH] Update nil formatting command --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 549896d..036e691 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ ;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; For more information see (info "(emacs) Directory Variables") -((nix-mode . ((eglot-workspace-configuration . (:nil (:formatting (:command ["nixfmt"]))))))) +((nix-mode . ((eglot-workspace-configuration . (:nil (:formatting (:command ["nix" "fmt"])))))))