!ZmUSesoOjmVsKbzFbp:nixos.org

Nix Emacs

747 Members
All things Nix/Emacs! https://github.com/nix-community/emacs-overlay | For Doom Emacs: https://matrix.to/#/#doom-emacs:nixos.org170 Servers

Load older messages


SenderMessageTime
11 Jun 2024
@jgarte:matrix.org@jgarte:matrix.org left the room.02:43:56
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org left the room.13:00:12
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org joined the room.13:07:14
@ruby:isincredibly.gayruby changed their profile picture.14:25:17
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org left the room.17:54:11
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org joined the room.18:35:19
@h0n3yb4dg3r:matrix.org@h0n3yb4dg3r:matrix.org left the room.19:50:04
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org left the room.20:15:07
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org joined the room.20:21:14
12 Jun 2024
@zororg:matrix.orgzororgAny embark and org users, having issue with embark-act on org-link?05:36:49
@zororg:matrix.orgzororgAnyway, how do I recompile a emacsPackage installed via nix (hm) ? Author of org suggested to recompile embark package thats why05:46:18
@gekoke:envs.netgekokeif recompiling did anything, that would defeat the purpose of Nix11:30:31
@gekoke:envs.netgekokewhy does the author recommend recompiling?11:30:45
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.orggekoke: recompiling what? i hope i didn't miss a message with context14:06:16
@gekoke:envs.netgekoke
In reply to @zororg:matrix.org

Anyway, how do I recompile a emacsPackage installed via nix (hm) ?

Author of org suggested to recompile embark package thats why

referring to this
14:12:01
@dschrempf:matrix.org@dschrempf:matrix.org@zororg See https://github.com/oantolin/embark/issues/723, we are also a bit clueless. It's as if the byte-compiled file is wrong.19:05:54
@dschrempf:matrix.org@dschrempf:matrix.org * zororg: See https://github.com/oantolin/embark/issues/723, we are also a bit clueless. It's as if the byte-compiled file is wrong. 19:06:20
@edgar.vincent:matrix.orgedgar.vincent

Hi everyone. I'm sorry, I know this question has been asked thousands of times but I cannot wrap my head around it.
How do I get my home-manager NixOS module pick up the overlay's emacs-unstable package?
I have:

    emacs-overlay = {
      url = "github:nix-community/emacs-overlay";
    };

in my flake.nix, which nix doesn't complain about, but I can't figure out what to add in my home.nix.

21:09:04
@lewo:matrix.orglewo edgar.vincent: you should be able to find answers in such kind of post i guess: https://discourse.nixos.org/t/using-a-flake-overlay-with-home-manager/19068/4 21:18:22
@edgar.vincent:matrix.orgedgar.vincentThanks. Yes, I had a look a that, still doesn't make sense to me, but I'll carry on investigating.22:15:37
13 Jun 2024
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org left the room.06:30:04
@_bifrost_acidbong=40hmm.st:aria-net.org@_bifrost_acidbong=40hmm.st:aria-net.org joined the room.07:07:47
@zororg:matrix.orgzororg
In reply to @edgar.vincent:matrix.org
Thanks. Yes, I had a look a that, still doesn't make sense to me, but I'll carry on investigating.

solved?

you have to set nixpkgs overlay

{
  nixpkgs = {
    overlays = with inputs; [emacs-overlay.overlay];
};}
14:10:08
@zororg:matrix.orgzororg
In reply to @edgar.vincent:matrix.org
Thanks. Yes, I had a look a that, still doesn't make sense to me, but I'll carry on investigating.
*

solved?

you have to set nixpkgs overlay in configuration.nix (nixos configs)

{
  nixpkgs = {
    overlays = with inputs; [emacs-overlay.overlay];
};}
14:10:26
@zororg:matrix.orgzororg

Then you can use emacs-git or emacs-pgtk or so...

You can list all available package from it by

$ nix search emacs-overlay# (press Enter or TAB)

14:13:01
@zororg:matrix.orgzororg
In reply to @gekoke:envs.net
why does the author recommend recompiling?
They mention that, org 9.7 needs recompiling of packages that depend on it. Maybe not mandatory, but to avoid breaking of some functions
14:15:31
@zororg:matrix.orgzororg
In reply to @gekoke:envs.net
why does the author recommend recompiling?
* They mention that, org 9.7 needs recompiling of packages that depend on new org-element functions. Maybe not mandatory, but to avoid breaking of some functions
14:17:22
@gekoke:envs.netgekokethen you'd need to bump to the newer version of org and things should work14:19:34
@zororg:matrix.orgzororgAre you using embark?14:21:50
@edgar.vincent:matrix.orgedgar.vincent
In reply to @zororg:matrix.org

Then you can use emacs-git or emacs-pgtk or so...

You can list all available package from it by

$ nix search emacs-overlay# (press Enter or TAB)

Thanks a lot! I did indeed solve it with something similar.
14:34:42

Show newer messages


Back to Room ListRoom Version: 6