Add support for nix-update
This commit is contained in:
parent
39419dee17
commit
d3c24e51f1
2 changed files with 5 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
;;; lang/nix/packages.el
|
||||
|
||||
(package! nix-mode)
|
||||
(package! nix-update :recipe (:fetcher github :repo "jwiegley/nix-update-el"))
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-nixos-options))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue