23 Jul 2023 |
| @ulli:hrnz.li joined the room. | 18:39:38 |
24 Jul 2023 |
| @rogueai:matrix.org joined the room. | 10:35:15 |
25 Jul 2023 |
| agentofuser joined the room. | 01:11:24 |
26 Jul 2023 |
| @rogueai:matrix.org left the room. | 12:45:01 |
| heyoni joined the room. | 20:29:09 |
heyoni | sorry for the stupid question but running nix run github:nix-community/nix-doom-emacs should popup doom emacs and not regular emacs, right? | 22:12:33 |
heyoni | going by this section: https://github.com/nix-community/nix-doom-emacs/tree/master#quick-start | 22:12:50 |
heyoni | oh it's weird. i'm actually in doomemacs but the welcome screen was the typical emacs screen. all good :D | 22:13:53 |
heyoni | another newbie question, but this error (literally copy/pasting: https://github.com/nix-community/nix-doom-emacs/blob/master/docs/reference.md#nixos) is that just me not following directions properly?
error: flake 'path:/etc/nixos' does not provide attribute 'packages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild', 'legacyPackages.x86_64-linux.nixosConfigurations."nixos".config.system.build.nixos-rebuild' or 'nixosConfigurations."nixos".config.system.build.nixos-rebuild' | 23:15:17 |
heyoni | fixed by adding configuration.nix to modules: https://old.reddit.com/r/NixOS/comments/12ufw5p/nixosinstall_works_except_when_i_use_flake/jh8sbnr/ | 23:24:42 |
27 Jul 2023 |
| ribosomerocker joined the room. | 03:03:12 |
30 Jul 2023 |
| @kyub:matrix.org joined the room. | 18:01:59 |
31 Jul 2023 |
| @bumperboat:matrix.org joined the room. | 05:14:50 |
1 Aug 2023 |
| Christina Sørensen joined the room. | 03:43:33 |
| Jaynam Shah joined the room. | 15:13:48 |
Jaynam Shah | Hey, does anyone have NDE working with nix-darwin home-manager flakes, and emacs-macport? Project looks promising, just the reference material for macOS is a lil lacking, understandably. | 15:22:16 |
Jaynam Shah | so far working with regular, but setting
emacsPackage = pkgs.emacs-macport;
gives the error:
Package ‘compiler-rt-6.0.1’ in /nix/store/d9bpppjzl1jmvnw9kvk4nl346vlxf9sq-source/pkgs/development/compilers/llvm/6/compiler-rt/default.nix:98 is marked as broken, refusing to evaluate. | 15:52:31 |
Jaynam Shah | also see this github issue: https://github.com/NixOS/nixpkgs/issues/127902, sorry if this is rambling, still a nix noob. | 15:53:26 |
Jaynam Shah | * Hey, does anyone have NDE working with nix-darwin home-manager flakes, and emacs-macport? | 18:56:34 |
Jaynam Shah | * so far working with pkgs.emacs29, but setting
emacsPackage = pkgs.emacs-macport;
gives the error:
Package ‘compiler-rt-6.0.1’ in /nix/store/d9bpppjzl1jmvnw9kvk4nl346vlxf9sq-source/pkgs/development/compilers/llvm/6/compiler-rt/default.nix:98 is marked as broken, refusing to evaluate. | 18:56:51 |
Jaynam Shah | update: there's a flake with a fix in it that you can try 'nix run github:tnytown/nixpkgs-overlay-tny#emacsMacport', but idk how to use the flake as a substitute for emacsPackage = pkgs.emacs, as it keeps on giving overrideAttr not available error. Hopefully the fix gets merged into emacs-macport soon. | 20:55:45 |
3 Aug 2023 |
Jez (he/him) ♾️ | i have :email (mu4e +org) enabled in my init.el and it seems to be partly working because all the autoloads are there and the SPC o m binding for =mu4e is present, but when i try to open it, I get =mu4e: Cannot open load file: No such file or directory, mu4e | 09:48:53 |
Jez (he/him) ♾️ | everything else with nde seems to work fine for me so this seems weird | 09:50:56 |
Jez (he/him) ♾️ | any suggestions? | 09:51:01 |
Jez (he/him) ♾️ | maybe i should just take a look at notmuch | 09:52:24 |
@benedikt:tissot.de | yes, put the mu package in extraPackages and I also added (setq mu4e-mu-binary "${mu}/bin/mu") to my config | 11:34:01 |
Jez (he/him) ♾️ | Oh, hah, it's literally the example given in the option documentation for extraConfig 😆 | 12:55:36 |
4 Aug 2023 |
Jez (he/him) ♾️ | yup, works now, thanks Benedikt Tissot | 06:54:36 |
JoelMcCracken | do any of yall have a set of emacsPackages that are locked to the versions of doom that we're stuck on? | 20:40:02 |
JoelMcCracken | i've started making it myself but its becoming a whole thing | 20:40:22 |