| 2 Apr 2023 |
@divdus:poa.st | Hey! I’m still pretty new to Nix and am seeing that when I configure Emacs on Darwin, I am getting an x86 build rather than an GCC+aarch64 one alongside it.
Would anyone know how I could explicitly configure it to fetch that instead? My system should be set to aarch64, so I’m not sure what I’m missing | 17:57:07 |
| 6 Apr 2023 |
Null_A | marsposting: using nix overlay? | 00:21:01 |
Null_A | * marsposting: using emacs overlay? | 00:21:06 |
hdzki ⚡️ | In reply to@divdus:poa.st
Hey! I’m still pretty new to Nix and am seeing that when I configure Emacs on Darwin, I am getting an x86 build rather than an GCC+aarch64 one alongside it.
Would anyone know how I could explicitly configure it to fetch that instead? My system should be set to aarch64, so I’m not sure what I’m missing check that the nixpkgs you are passing is indeed set to aarch64-darwin | 11:57:45 |
hdzki ⚡️ | that fixed it for me | 11:58:03 |
| 8 Apr 2023 |
@divdus:poa.st | Nice, thank you! I think I’ve got it now | 18:04:33 |
| 10 Apr 2023 |
| Null_A set a profile picture. | 03:13:12 |
| 12 Apr 2023 |
| Artem joined the room. | 01:17:10 |
| magnetophon joined the room. | 14:40:41 |
| 15 Apr 2023 |
@kj4ohh:matrix.org | Did something change with magit recently? Normally, after staging files, to commit them I do SPC-c-c | 12:32:54 |
@kj4ohh:matrix.org | That seems to try to compile the code now | 12:33:05 |
@kj4ohh:matrix.org | It's almost like it doesn't realize it's in magit mode at the moment | 12:33:23 |
@kj4ohh:matrix.org | Oh... I'm a dummy :) | 13:03:06 |
@kj4ohh:matrix.org | Too early in the morning, you don't press SPC while in magit... | 13:03:22 |
| @srid:matrix.org joined the room. | 14:14:42 |
| @aalevy:princeton.systems left the room. | 15:45:11 |
| @nahfe:nahfe.xyz left the room. | 20:53:06 |
| 16 Apr 2023 |
| ian luo joined the room. | 02:28:03 |
hdzki ⚡️ | I recently updated my flake and now building my home manager environment is stuck on NDE. it's just stuck on this forever
```
[1/0/1 built] building emacs-straight-packages.json (installPhase): [nix-doom-emacs] Inhibiting (kill-emacs)
``` | 22:40:20 |
hdzki ⚡️ | * I recently updated my flake and now building my home manager environment is stuck on NDE. it's just stuck on this forever \[1/0/1 built] building emacs-straight-packages.json (installPhase): \[nix-doom-emacs] Inhibiting (kill-emacs) | 22:40:23 |
Artem | hdzki ⚡️: unfortunately, known problem that has no fix... apart from rolling back; perhaps, rolling back only emacs would suffice but I wouldn't know, I had to switch to manual management of Doom) https://github.com/nix-community/nix-doom-emacs/issues/409 | 23:42:45 |
| 21 Apr 2023 |
k0kada (he/him) | Hi folks, just a heads-up that I went back to using doom-emacs without NDE | 09:36:01 |
k0kada (he/him) | I still want to try to fix it eventually, but the way it is currently behind upstream is becoming more and more of an issue | 09:36:35 |
k0kada (he/him) | CC ckie (they/them; limited keyboard usage, voice preferred) | 09:36:42 |
| 22 Apr 2023 |
| @l0n:the-apothecary.club joined the room. | 22:47:26 |
| 24 Apr 2023 |
@kj4ohh:matrix.org | How do you use add-hook to load a module globally? I'm only seeing examples for only loading for certain languages, etc... | 13:29:15 |
| 26 Apr 2023 |
| Artem changed their display name from Artem to artem_. | 02:54:51 |
| Dominic Egger joined the room. | 08:45:47 |
Dominic Egger | Good Morning. Quick question, did anyone have any luck running doom with emacs 29? it doesn't seem to be available yet on nixpkgs, do you use the community overlay in addition to provide emacs 29? | 08:47:21 |
Artem | Dominic Egger: yep, emacs-overlay. I have to use 30 even because I need pgtk and it wasn't released in 29, sadly | 11:54:56 |