25 Oct 2022 |
| k0kada (he/him) invited zrsk. | 22:14:53 |
26 Oct 2022 |
| zrsk joined the room. | 07:19:41 |
zrsk | Hi people 😀 | 08:14:50 |
k0kada (he/him) | zrsk: Hello | 14:33:31 |
k0kada (he/him) | Thanks for the help in the Hackathon BTW | 14:33:39 |
zrsk | Oh thank you, I haven't done much in the end (I still have to make PR) | 15:06:23 |
zrsk | Too many distractions | 15:06:37 |
k0kada (he/him) | In reply to @aciceri:nixos.dev Too many distractions Like all of us here :) | 19:00:12 |
zrsk | yes but there even more than usual (the guy that started to explain topos on the whiteboard lol) | 19:15:24 |
| * ckie (they/them) eyes | 19:18:43 |
ckie (they/them) | isn't nixcon long over? | 19:18:49 |
zrsk | what do you mean? | 19:24:12 |
ckie (they/them) | it sounded to me like you were still at some con with k0kada | 19:32:35 |
zrsk | oh, unfortunately not, it's already finished | 19:50:26 |
zrsk | but probably I will be there | 19:50:41 |
28 Oct 2022 |
zrsk | What is the best way to override an emacs package using nix-doom-emacs? | 14:27:26 |
zrsk | I would like to override tree-sitter-langs making it use new grammars | 14:30:50 |
zrsk | Maybe this is the simpler way:
(package! tree-sitter-langs :recipe (:host github :repo "my-user/my-fork"))
| 14:49:38 |
zrsk | And then if everything works I could just submit a PR upstream | 14:50:07 |
zrsk | This way work with nix-doom-emacs , right? | 14:50:27 |
zrsk | what can I do then? | 15:31:25 |
ckie (they/them) | hm I think i'll just timeout on the docs PR and merge already | 15:36:51 |
ckie (they/them) | okay nvm it def needs more work but, zrsk #266#faq.md | 15:37:31 |
zrsk | uhh thanks, it works | 15:55:55 |
zrsk | but now trivialBuild fails | 15:56:25 |
zrsk | BTW I don't think I need this | 16:11:45 |
zrsk | There is a special derivation for tree-sitter-langs which already override grammars with the grammars packaged in nixpkgs | 16:12:41 |
zrsk | https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/emacs/elisp-packages/tree-sitter-langs/default.nix | 16:12:46 |
zrsk | * There is a special derivation for tree-sitter-langs which already overrides grammars with the grammars packaged in nixpkgs | 16:17:38 |
zrsk | it was completely useless | 17:35:39 |