branch: elpa/nix-mode
commit 082a25ba7dda86fd6b86870b85dfd207feaa1975
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>

    Add more default packages in nix.el
    
    This makes things easier to use.
---
 nix.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nix.el b/nix.el
index c62f4a57f4..d2509eff81 100644
--- a/nix.el
+++ b/nix.el
@@ -19,6 +19,8 @@
 (require 'nix-mode)
 (require 'nix-shebang)
 (require 'nix-shell)
+(require 'nix-repl)
+(require 'nix-drv-mode)
 
 (defgroup nix nil
   "Nix-related customizations"

Reply via email to