branch: elpa/nix-mode commit 50470960c66618334efc570ad153021f3c0a5a1d Author: Matthew Bauer <[email protected]> Commit: Matthew Bauer <[email protected]>
Don’t require nix-mode
---
nix-shell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-shell.el b/nix-shell.el
index 35c8677d5e..42e8ca9660 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -16,7 +16,7 @@
;;; Code:
-(require 'nix-mode)
+;; (require 'nix-mode)
(require 'term)
(defcustom nix-shell-executable "nix-shell"
