1 Jan 2023 |
alicecandyOM | * Hello everyone, how is it supposed to add third party packages at packages.el ?
(package! copilot :pin "43726d3"
:recipe (:host "github"
:repo "zerolfx/copilot.el"
:files ("*.el" "dist")))
This results in Package not available: copilot If I use this, it doesn't even start to evaluate, but build finishes successfully
emacsPackagesOverlay = final: prev: {
copilot = pkgs.fetchFromGitHub {
owner = "zerolfx";
repo = "copilot.el";
rev = "43726d3447120062156878108879f207a9778fc8";
sha256 = pkgs.lib.fakeSha256;
};
};
| 09:10:34 |
alicecandyOM | * Hello everyone, how is it supposed to add third party packages at packages.el ?
(package! copilot :pin "43726d3"
:recipe (:host "github"
:repo "zerolfx/copilot.el"
:files ("*.el" "dist")))
This results in Package not available: copilot If I use this (together with the code above), it doesn't even start to evaluate, but build finishes successfully
emacsPackagesOverlay = final: prev: {
copilot = pkgs.fetchFromGitHub {
owner = "zerolfx";
repo = "copilot.el";
rev = "43726d3447120062156878108879f207a9778fc8";
sha256 = pkgs.lib.fakeSha256;
};
};
| 09:13:37 |
| @sg-qwt:nltrix.net left the room. | 11:50:26 |
3 Jan 2023 |
alicecandyOM | Nobody knows? :) I resolved it via (use-package! copilot :load-path <nix_path>) , but it looks dirty | 11:35:28 |
aktaboot | maybe you need emacsWithPacakges ? | 11:42:53 |
aktaboot | https://github.com/hlissner/dotfiles/blob/089f1a9da9018df9e5fc200c2d7bef70f4546026/modules/editors/emacs.nix#L30 like this maybe | 11:43:31 |
mei π& | https://github.com/nix-community/nix-doom-emacs/pull/266/files?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 | 17:00:24 |
mei π& | alicecandyOM: go explore. it's possible | 17:00:31 |
6 Jan 2023 |
| edrex left the room. | 02:07:31 |
7 Jan 2023 |
| aktaboot changed their profile picture. | 20:28:15 |
14 Jan 2023 |
| Igor AniΔ joined the room. | 09:54:06 |
17 Jan 2023 |
k0kada (he/him) | Hey ckie (they/them)
Going to merge the #266
| 18:57:52 |
k0kada (he/him) | WDYT? | 18:57:53 |
mei π& | looking now | 18:58:16 |
mei π& | table seems to be still broken? maybe your formatter put it all on one line? | 18:59:29 |
mei π& |  Download image.png | 18:59:32 |
mei π& | you can merge anyway if you want, it probably still has more value merged than not | 19:00:23 |
k0kada (he/him) | Oh ok, let me fix the tables and merge it them | 19:01:31 |
k0kada (he/him) | Used a hack to fix the tables, but now it looks fine | 19:15:26 |
k0kada (he/him) | Redacted or Malformed Event | 19:15:32 |
k0kada (he/him) |  Download 2023-01-17_19-15-21-screenshot.png | 19:15:43 |
mei π& | leeme poke at it too | 19:16:08 |
mei π& | oh wait nevermind. github just doesn't respect the :|: table syntax for borders? | 19:16:32 |
k0kada (he/him) | In reply to @ckie:ckie.dev oh wait nevermind. github just doesn't respect the :|: table syntax for borders? No | 19:16:41 |
mei π& | uh, shame | 19:16:52 |
k0kada (he/him) | https://stackoverflow.com/a/17543474 | 19:16:59 |
mei π& | good to me though | 19:17:05 |
k0kada (he/him) | I will merge it them | 19:17:12 |
k0kada (he/him) | Just let the CI pass (not that it matters for this PR) | 19:17:25 |
k0kada (he/him) | Can you approve? | 19:17:36 |