Add support for nix-update

This commit is contained in:
Patrick Elliott 2018-07-16 17:09:28 +02:00
parent 39419dee17
commit d3c24e51f1
2 changed files with 5 additions and 0 deletions

View file

@ -5,3 +5,7 @@
:after nix-mode
:config
(set-company-backend! 'nix-mode 'company-nixos-options))
(def-package! nix-update
:after nix-mode
:commands (nix-update-fetch))