Added doc check for nix package manager
This commit is contained in:
parent
0aa351842c
commit
bd5d305e06
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||||
;;; lang/nix/doctor.el
|
;;; lang/nix/doctor.el
|
||||||
|
|
||||||
(unless (executable-find "nixfmt")
|
(unless (executable-find "nix")
|
||||||
(warn! "Couldn't find nixfmt. nix-format-buffer won't work"))
|
(warn! "Couldn't find the nix package manager. nix-mode won't work."))
|
||||||
|
|
||||||
|
(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