-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
(I'm asking so, of course it's going to be in the documentation somewhere and I just failed to find it. So: apologies in advance)
I couldn't find in the documentation how to specify dependencies for Nix to use when building non-Melpa recipes.
Specifically, I have the following in my packages.el:
(package! elastic-indent
:recipe (:type git :host github :repo "jyp/elastic-modes")
:pin "c577e8921a4d9bd77742729707152bc557fae3e2"
)And The build fails with
Cannot open load file: No such file or directory, dash
I assume that this means that the dependency on Dash isn't declared in the Nix derivation corresponding to elastic-indent. But I don't know how to tell Nix-doom-emacs-unstraightened to pick up on this dependency.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels