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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue