doomemacs/modules/lang/nix/packages.el
Henrik Lissner a9402cfb55
Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00

12 lines
315 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/nix/packages.el
(package! nix-mode :pin "5b5961780f")
(package! nix-update :pin "fc6c39c2da")
(when (featurep! :completion company)
(package! company-nixos-options :pin "977b9a505f"))
(when (featurep! :completion helm)
(package! helm-nixos-options :pin "977b9a505f"))