fix(nix): remove :mode hook for nix-drv-mode

The nix-mode package already does this and it shadows other entries for the .drv files in auto-mode-alist (namely Guix derivations).

Ref: 34d51e2731/nix-drv-mode.el (L48)
This commit is contained in:
Krzysztof Baranowski 2022-09-07 12:10:48 -07:00 committed by Henrik Lissner
parent 251ccbcc6b
commit 836d229636

View File

@ -45,10 +45,6 @@
"o" #'+nix/lookup-option))
(use-package! nix-drv-mode
:mode "\\.drv\\'")
(use-package! nix-update
:commands nix-update-fetch)