Nix + Doom Emacs | 230 Members | |
| Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs | 47 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Oct 2022 | ||
I'm fairly new to doom (coming from spacemacs :D), my doom config is grabbed fresh from https://github.com/doomemacs/doomemacs/tree/master/templates, so I guess that's not relevant. I guess this error is related to NativeComp? However, when I nixos-rebuild and switch, everything seems build fine and no errors pop up. | 16:33:51 | |
In reply to @sg-qwt:nltrix.netI encountered both issues. My workaround was to disable the dashboard and modeline doom modules in init.el. | 20:23:31 | |
In reply to @hab25:matrix.org haha..that's what i currently done.. on a deep thought though, there's logic error for my current flake dependency layout:
ideally, emacs would follow nix-doom-emacs.inputs.emacs-overlay, not the other way around, not sure if that's causing the problem though.. | 20:26:34 | |
| I'm not using emacs-overlay at all; I don't think it's related to that. PS: Though it seems that most flakes-supporting projects recommend it, I think using | 20:37:26 | |
| in order to pin emacs-overlay exactly same as nix-doom-emacs, I ended-up with a single nix-doom-emacs flake input and used overlay like below
but problem still exists, so I guess as hab25 said, that's something else then.. | 20:46:40 | |
| * in order to pin emacs-overlay exactly same as nix-doom-emacs's input, I ended-up with a single nix-doom-emacs flake input and used overlay like below
but problem still exists, so I guess as hab25 said, that's something else then.. | 20:47:20 | |
| 15 Oct 2022 | ||
| I've updated the issue I mentioned above; located an old working `doomemacs` commit. | 12:57:47 | |
| Keeping track of all the moving parts in a typical NDE install is incredibly fun. And by fun I mean my brain is now broken. But it was really engaging! | 12:59:21 | |
| :D | 13:14:59 | |
| 16 Oct 2022 | ||
In reply to @hexagonk:halogen.cityYou're not really supposed to override the doom-emacs inputs | 22:06:32 | |
| But your work is still useful | 22:06:39 | |
| Going to pin your commit or at least something around it (I think I can get a few newer commits if I change the patches) | 22:07:04 | |
| At least we can unbreak the CI, at least until either ckie (they/them) or me have some more time to investigate how to keep track with upstream | 22:07:45 | |
| Is there anything I can do to help with triage/tracking of upstream? Basically at the moment I'm doing incredibly stupid things like pinning upstream to bisect what breaks things, but I'd be happy to contribute if there's work to be done. | 23:34:54 | |
| 17 Oct 2022 | ||
| In the interim I'm going to punch my brain a few times until I start to understand the moving pieces a little bit better. Would love to get a better sense of how/when best to integrate upstream changes to help out with tracking upstream. | 00:13:49 | |
| hexagonk: the blocker is this PR failing. the overall flow is config -> doom init -> collect package names -> stick them all in one drv (+elc) -> bundle user config + packages + emacs into a drv | 07:15:24 | |
| which is wrong since packages have versions, not just names, but hooking into straight well enough for vcs info and all of that was not fun | 07:16:12 | |
| but anyway this requires a gazillion patches which are not fun to write or maintain | 07:17:00 | |
| * but anyway this [sometimes] requires a gazillion patches which are not fun to write or maintain | 07:17:29 | |
| current blocker is figuring out how to get doom to actually give the full call trace so its debuggable | 07:18:11 | |
| thanks so much for the time/explanation. | 07:25:36 | |
| np! | 07:35:24 | |
| #308 running through my nixos pipeline now to test.. | 07:50:13 | |
In reply to @ckie:ckie.devJust to keep in mind, there is further changes in upstream so if you try to merge from master there is even more breakages them the one documented in PR #268 | 10:21:01 | |
In reply to @ckie:ckie.devOne thing that I saw is that doom-dashboard is broken, but it was already broken in the current pin in master | 10:21:31 | |
| Other than that everything looks fine to me, but I didn't test too much | 10:21:56 | |
In reply to @k0kada:matrix.orgAnnnnddd I just saw that this is a really old problem 🤷 | 10:24:19 | |
| Tangling from a config.org makes everything about the NDE experience better. Reduced nix-straight builds, generating init/packages/config.el from a single source, just generally feels the The Right Thing. | 14:05:46 | |
| Oh? How is it that it reduces builds? | 15:10:16 | |
| I'm probably wrong. I noticed that my rebuilds went from native compiling thousands of packages to hundreds of packages. | 21:09:36 | |