mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add support for nix-update
This commit is contained in:
@ -5,3 +5,7 @@
|
|||||||
:after nix-mode
|
:after nix-mode
|
||||||
:config
|
:config
|
||||||
(set-company-backend! 'nix-mode 'company-nixos-options))
|
(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
|
;;; lang/nix/packages.el
|
||||||
|
|
||||||
(package! nix-mode)
|
(package! nix-mode)
|
||||||
|
(package! nix-update :recipe (:fetcher github :repo "jwiegley/nix-update-el"))
|
||||||
|
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-nixos-options))
|
(package! company-nixos-options))
|
||||||
|
Reference in New Issue
Block a user