mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
12 lines
315 B
EmacsLisp
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"))
|