Skip to content

Support for DOOM? #142

Answered by akirak
rgri asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @rgri, thank you for your kind words.

how difficult would it be to set up some integration between DOOM and emacs-twist?

I only tried out Doom a couple of years ago, and I don't have much experience with it. At a glance, Doom's packages.el files pin each package, which I don't think is easy to support with twist.

If you ignore those pins, you will have to:

  • Set up an initial boilerplate
  • Ensure all package names you use are scanned by Nix (@LuigiPiucco has contributed #60 for this)
  • If your packages contain upstream bug (invalid recipe, missing dependencies, etc.), work around them
  • If your packages have native dependencies, add build dependencies and overrides (usually preBuild)

Th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by akirak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants