From 756e3c44b7d9ba9e0835613e65ecc13ab79aff07 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 23 Apr 2024 16:30:56 +0200 Subject: [PATCH] dir-locals: Revert back to nixfmt --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 036e691..549896d 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 ["nix" "fmt"]))))))) +((nix-mode . ((eglot-workspace-configuration . (:nil (:formatting (:command ["nixfmt"])))))))