Added doctor check for nixfmt
This commit is contained in:
parent
1dac12c9c0
commit
8ed5ea56d9
1 changed files with 6 additions and 0 deletions
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"))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue