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"])))))))