Commit 305d0058d9b4
Changed files (3)
lisp/nix-update
@@ -0,0 +1,1 @@
+Subproject commit d92b2c190dbaeb16751be724fe381f8a796c424c
lisp/vde-nix.el
@@ -12,7 +12,10 @@
:hook
(nix-mode . (lambda ()
(set (make-local-variable 'company-backends) '(company-nixos-options))
- (company-mode))))
+ (company-mode))))
+
+(use-package nix-update
+ :load-path "lisp/nix-update")
(provide 'vde-nix)
.gitmodules
@@ -0,0 +1,3 @@
+[submodule "lisp/nix-update"]
+ path = lisp/nix-update
+ url = https://github.com/jwiegley/nix-update-el.git