emacs-overlay icon indicating copy to clipboard operation
emacs-overlay copied to clipboard

Allow using a list of paths in emacsWithPackagesFromUsePackage

Open TLATER opened this issue 10 months ago • 2 comments

This permits creating use-package/leaf package lists for full configuration directories, instead of just single big config files, at least unless I misunderstand something quite a bit.

TLATER avatar Feb 03 '25 14:02 TLATER

This can be done downstream, of course, but I think it's neater to have actual support for it.

TLATER avatar Feb 03 '25 14:02 TLATER

This... Doesn't seem to work in practice, somehow, I'd only tested it without going through the full entrypoint. Somehow going here makes nix not resolve the <thunk>s pointing into my source into strings before passing them to builtins.readFile, which breaks everything.

Unsure how this is even possible, but I'll have to dig into this a bit deeper than I can right this evening.

TLATER avatar Feb 03 '25 15:02 TLATER