19 Mar 2024 |
| @bumperboat:matrix.org set a profile picture. | 22:20:52 |
20 Mar 2024 |
| @dimikrik:matrix.org joined the room. | 15:49:30 |
21 Mar 2024 |
| @dimikrik:matrix.org left the room. | 11:05:31 |
| NixOS Moderation Botchanged room power levels. | 18:02:58 |
| @grahamc:nixos.org left the room. | 20:10:27 |
22 Mar 2024 |
| terminalfilth joined the room. | 05:13:17 |
| terminalfilth set a profile picture. | 05:24:38 |
| terminalfilth changed their profile picture. | 05:24:48 |
| Secret Val changed their display name from Lukas Liebenow to Secret Val. | 11:46:08 |
| @bumperboat:matrix.org changed their display name from bumperboat to bumperboat (UTC+8 when). | 13:27:55 |
| @bumperboat:matrix.org changed their display name from bumperboat (UTC+8 when) to bumperboat (UTC+8). | 15:01:26 |
23 Mar 2024 |
simple-coder | Just checking to make sure that I'm doing these steps correctly: | 20:25:57 |
simple-coder | add the doom emacs github repo to the flake.nix repo: | 20:26:27 |
simple-coder | doomemacs = {
url = "github:doomemacs/doomemacs";
flake = false;
};
| 20:26:31 |
simple-coder | Then add specialArgs to flake.nix file and inherit inputs so that they can be used in nix submodules: | 20:27:42 |
simple-coder | specialArgs =
{
inherit inputs;
flake-inputs = inputs;
};
| 20:30:27 |
simple-coder | then in doom-emacs.nix, add the flake.nix inputs: | 20:32:52 |
simple-coder | {
config,
lib,
pkgs,
inputs,
doomemacs,
...
}:
| 20:33:02 |
simple-coder | Ryan Yin: Hello again, I got side tracked with work, but now I'm continuing the installation of doom emacs with nix using your solution, anyways, are my steps correct so far? I'm just trying to make sure that I'm doing this correctly so that I don't have issues down the road. | 20:35:15 |
simple-coder | Ryan Yin: Hmm, it built without any errors, but it's binary is still not showing, there's no emacs or doom commands, what did I do wrong? | 20:59:38 |
| @l0n:the-apothecary.club left the room. | 23:25:58 |
24 Mar 2024 |
simple-coder | Redacted or Malformed Event | 23:56:52 |
simple-coder | Redacted or Malformed Event | 23:57:15 |
simple-coder | Redacted or Malformed Event | 23:57:16 |
simple-coder | This is what I have so far. | 23:57:28 |
simple-coder | Ryan Yin: Hello there, are you still around? I could really use your help right now. | 23:58:06 |
25 Mar 2024 |
simple-coder | * {
config,
lib,
pkgs,
doomemacs,
...
}:
| 00:31:16 |
simple-coder | Download doom-emacs.nix | 02:00:04 |
simple-coder | Download emacs.nix | 02:00:04 |
simple-coder | Download flake.nix | 02:00:38 |