mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-24 16:31:00 -05:00
Merge pull request #110 from vlaci/issue/109
advice.el: manually call (straight--make-build-cache-available)
This commit is contained in:
@@ -41,4 +41,6 @@
|
|||||||
|
|
||||||
;; just use straight provided by nix
|
;; just use straight provided by nix
|
||||||
(advice-add 'doom-initialize-core-packages
|
(advice-add 'doom-initialize-core-packages
|
||||||
:override (lambda (&rest r) (require 'straight)))
|
:override (lambda (&rest r)
|
||||||
|
(require 'straight)
|
||||||
|
(straight--make-build-cache-available)))
|
||||||
|
Reference in New Issue
Block a user