| 12 Sep 2022 |
ckie (they/them) | * nix-shell '<nixpkgs>' --run unpackPhase -A hello emacs SPC pp hello RET \w+\.c RET | 22:04:02 |
k0kada (he/him) | If we are talking about things we want to do in the future | 22:04:08 |
k0kada (he/him) | I want to actually have a proper test | 22:04:13 |
k0kada (he/him) | Instead of just building Emacs | 22:04:19 |
ckie (they/them) | * nix-shell '<nixpkgs>' --run unpackPhase -A hello emacs SPC pp hello RET \w+\.c RET i K | 22:04:24 |
k0kada (he/him) | * Instead of just building doom-emacs | 22:04:24 |
ckie (they/them) | yeah that's what i meant | 22:04:28 |
k0kada (he/him) | Ahh, I see | 22:04:35 |
k0kada (he/him) | Yeah | 22:04:37 |
ckie (they/them) | could even try out the lsp! | 22:04:38 |
k0kada (he/him) | We definitively need this :P | 22:04:43 |
ckie (they/them) | hence the iK | 22:04:43 |
ckie (they/them) | (include all in directory, +lookup/documentation) | 22:05:00 |
k0kada (he/him) | mon_aaraj ckie (they/them) #266 looks mostly fine for me now | 22:08:10 |
ribosomerocker | 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 (they/them) | will look tomorrow, i'm looking at the newest #277 we just got | 22:08:48 |
k0kada (he/him) | In reply to @mon:tchncs.de what about this? Well, look at the example that it is there | 22:09:03 |
k0kada (he/him) | It is missing nixpkgs input | 22:09:07 |
ckie (they/them) | it's amazing how nde is like, a part time job | 22:09:14 |
ribosomerocker | yep, i added that in local | 22:09:15 |
k0kada (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 (he/him) | That I will probably take a look later on if you don't beat me to it | 22:11:10 |
k0kada (he/him) | Specially now that you did the hard part :P | 22:11:22 |
ckie (they/them) | i think there may be more hard parts | 22:11:56 |
k0kada (he/him) | Really? | 22:12:12 |
ckie (they/them) | https://github.com/nix-community/nix-doom-emacs/actions/runs/3031855407/jobs/4878998096 | 22:12:18 |
k0kada (he/him) | How did it break so badly? | 22:12:21 |
ckie (they/them) | that doesn't look very fun | 22:12:24 |
k0kada (he/him) | Well, I think I will do a bissect later | 22:12:49 |
k0kada (he/him) | It shouldn't be that many commits | 22:13:00 |