!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

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

Load older messages


SenderMessageTime
1 Jan 2023
@alicecandyom:krendelhoff.spacealicecandyOM *

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:krendelhoff.spacealicecandyOM *

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@sg-qwt:nltrix.net left the room.11:50:26
3 Jan 2023
@alicecandyom:krendelhoff.spacealicecandyOM Nobody knows? :) I resolved it via (use-package! copilot :load-path <nix_path>), but it looks dirty 11:35:28
@aktaboot:tchncs.deaktaboot maybe you need emacsWithPacakges ? 11:42:53
@aktaboot:tchncs.deaktaboot https://github.com/hlissner/dotfiles/blob/089f1a9da9018df9e5fc200c2d7bef70f4546026/modules/editors/emacs.nix#L30 like this maybe 11:43:31
@ckie:ckie.devmei πŸŒ’&https://github.com/nix-community/nix-doom-emacs/pull/266/files?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f517:00:24
@ckie:ckie.devmei πŸŒ’& alicecandyOM: go explore. it's possible 17:00:31
6 Jan 2023
@edrex:matrix.orgedrex left the room.02:07:31
7 Jan 2023
@aktaboot:tchncs.deaktaboot changed their profile picture.20:28:15
14 Jan 2023
@ianic:matrix.orgIgor Anić joined the room.09:54:06
17 Jan 2023
@k0kada:matrix.orgk0kada (he/him)

Hey ckie (they/them)

Going to merge the #266

18:57:52
@k0kada:matrix.orgk0kada (he/him)WDYT?18:57:53
@ckie:ckie.devmei πŸŒ’&looking now18:58:16
@ckie:ckie.devmei πŸŒ’&table seems to be still broken? maybe your formatter put it all on one line?18:59:29
@ckie:ckie.devmei πŸŒ’&image.png
Download image.png
18:59:32
@ckie:ckie.devmei πŸŒ’&you can merge anyway if you want, it probably still has more value merged than not19:00:23
@k0kada:matrix.orgk0kada (he/him)Oh ok, let me fix the tables and merge it them19:01:31
@k0kada:matrix.orgk0kada (he/him)Used a hack to fix the tables, but now it looks fine19:15:26
@k0kada:matrix.orgk0kada (he/him)Redacted or Malformed Event19:15:32
@k0kada:matrix.orgk0kada (he/him)2023-01-17_19-15-21-screenshot.png
Download 2023-01-17_19-15-21-screenshot.png
19:15:43
@ckie:ckie.devmei πŸŒ’&leeme poke at it too19:16:08
@ckie:ckie.devmei πŸŒ’&oh wait nevermind. github just doesn't respect the :|: table syntax for borders?19:16:32
@k0kada:matrix.orgk0kada (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
@ckie:ckie.devmei πŸŒ’&uh, shame19:16:52
@k0kada:matrix.orgk0kada (he/him)https://stackoverflow.com/a/1754347419:16:59
@ckie:ckie.devmei πŸŒ’&good to me though19:17:05
@k0kada:matrix.orgk0kada (he/him)I will merge it them19:17:12
@k0kada:matrix.orgk0kada (he/him)Just let the CI pass (not that it matters for this PR)19:17:25
@k0kada:matrix.orgk0kada (he/him)Can you approve?19:17:36

Show newer messages


Back to Room ListRoom Version: 9