mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Added doctor check for nixfmt
This commit is contained in:
6
modules/lang/nix/doctor.el
Normal file
6
modules/lang/nix/doctor.el
Normal file
@ -0,0 +1,6 @@
|
||||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; lang/nix/doctor.el
|
||||
|
||||
(unless (executable-find "nixfmt")
|
||||
(warn! "Couldn't find nixfmt. nix-format-buffer won't work"))
|
||||
|
Reference in New Issue
Block a user