Whoops! this is available on melpa after all

This commit is contained in:
Patrick Elliott 2018-07-16 17:15:05 +02:00
parent 8ed5ea56d9
commit 6b23692985

View file

@ -2,7 +2,7 @@
;;; lang/nix/packages.el
(package! nix-mode)
(package! nix-update :recipe (:fetcher github :repo "jwiegley/nix-update-el"))
(package! nix-update)
(when (featurep! :completion company)
(package! company-nixos-options))