!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

226 Members
Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs47 Servers

Load older messages


SenderMessageTime
12 Sep 2022
@ckie:ckie.devckie (they/them) * nix-shell '<nixpkgs>' --run unpackPhase -A hello emacs SPC pp hello RET \w+\.c RET 22:04:02
@k0kada:matrix.orgk0kada (he/him)If we are talking about things we want to do in the future22:04:08
@k0kada:matrix.orgk0kada (he/him)I want to actually have a proper test22:04:13
@k0kada:matrix.orgk0kada (he/him)Instead of just building Emacs22:04:19
@ckie:ckie.devckie (they/them) * nix-shell '<nixpkgs>' --run unpackPhase -A hello emacs SPC pp hello RET \w+\.c RET i K 22:04:24
@k0kada:matrix.orgk0kada (he/him) * Instead of just building doom-emacs22:04:24
@ckie:ckie.devckie (they/them)yeah that's what i meant22:04:28
@k0kada:matrix.orgk0kada (he/him)Ahh, I see22:04:35
@k0kada:matrix.orgk0kada (he/him)Yeah22:04:37
@ckie:ckie.devckie (they/them)could even try out the lsp!22:04:38
@k0kada:matrix.orgk0kada (he/him)We definitively need this :P22:04:43
@ckie:ckie.devckie (they/them)hence the iK22:04:43
@ckie:ckie.devckie (they/them)(include all in directory, +lookup/documentation)22:05:00
@k0kada:matrix.orgk0kada (he/him) mon_aaraj ckie (they/them) #266 looks mostly fine for me now 22:08:10
@mon:tchncs.deribosomerocker
In reply to@k0kada:matrix.org
> {
>   description = "nix-doom-emacs in NixOS+HM example";
> 
>   inputs = {
>     nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
>     home-manager.url = "github:nix-community/home-manager";
>     nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
>   };
> 
>   outputs =
>     { self
>     , nixpkgs
>     , home-manager
>     , nix-doom-emacs
>     , ...
>     }:
>     {
>       nixosConfigurations.exampleHost = nixpkgs.lib.nixosSystem {
>         system = "x86_64-linux";
>         modules = [
>           home-manager.nixosModules.home-manager
>           {
>             home-manager.users.exampleUser = { ... }: {
>               imports = [ nix-doom-emacs.hmModule ];
>               programs.doom-emacs = {
>                 enable = true;
>                 doomPrivateDir = true;
>               };
>             };
>           }
>         ];
>       };
>     };
> }
> ```
what about this?
22:08:27
@ckie:ckie.devckie (they/them)will look tomorrow, i'm looking at the newest #277 we just got22:08:48
@k0kada:matrix.orgk0kada (he/him)
In reply to @mon:tchncs.de
what about this?
Well, look at the example that it is there
22:09:03
@k0kada:matrix.orgk0kada (he/him) It is missing nixpkgs input 22:09:07
@ckie:ckie.devckie (they/them)it's amazing how nde is like, a part time job22:09:14
@mon:tchncs.deribosomerocker yep, i added that in local 22:09:15
@k0kada:matrix.orgk0kada (he/him)
In reply to @ckie:ckie.dev
it's amazing how nde is like, a part time job
Yeah, there is still #268
22:10:56
@k0kada:matrix.orgk0kada (he/him)That I will probably take a look later on if you don't beat me to it22:11:10
@k0kada:matrix.orgk0kada (he/him)Specially now that you did the hard part :P22:11:22
@ckie:ckie.devckie (they/them)i think there may be more hard parts22:11:56
@k0kada:matrix.orgk0kada (he/him)Really?22:12:12
@ckie:ckie.devckie (they/them)https://github.com/nix-community/nix-doom-emacs/actions/runs/3031855407/jobs/487899809622:12:18
@k0kada:matrix.orgk0kada (he/him)How did it break so badly?22:12:21
@ckie:ckie.devckie (they/them)that doesn't look very fun22:12:24
@k0kada:matrix.orgk0kada (he/him)Well, I think I will do a bissect later22:12:49
@k0kada:matrix.orgk0kada (he/him)It shouldn't be that many commits22:13:00

Show newer messages


Back to Room ListRoom Version: 9