!ZmUSesoOjmVsKbzFbp:nixos.org

Nix Emacs

816 Members
All things Nix/Emacs! https://github.com/nix-community/emacs-overlay 187 Servers

Load older messages


SenderMessageTime
26 Dec 2024
@phaer:matrix.orgphaer changed their display name from phaer to phaer (8650 at 38c3).17:42:09
@collinarnett:matrix.orgCollin Arnett joined the room.21:51:09
@collinarnett:matrix.orgCollin Arnett Hello, I have emacs-overlay setup with emacsWithPackagesFromUsePackage and I wanted to know if there was anything special I needed to do if I wanted to split up my emacs.el file. 21:51:58
27 Dec 2024
@zmberber:matrix.orgZM Berber changed their profile picture.10:24:37
@bmgsh:matrix.orgbmgsh hi. i am having a problem with go when using direnv. go build works, the vterm is setup correctly. however, when i try to use go-mode the go-import-add I get an error that there is no such package. I am assuming that it is because shell-command is not inheriting the .bashrc and hence not the .envrc because it is non-interactive 11:30:33
@bmgsh:matrix.orgbmgshdoes anyone have a solution on how to get the .envrc globally used when starting a project11:31:47
@me:linj.techlinj
In reply to @bmgsh:matrix.org
hi. i am having a problem with go when using direnv. go build works, the vterm is setup correctly. however, when i try to use go-mode the go-import-add I get an error that there is no such package. I am assuming that it is because shell-command is not inheriting the .bashrc and hence not the .envrc because it is non-interactive
https://github.com/purcell/inheritenv may help
12:00:46
@zmberber:matrix.orgZM Berber changed their display name from ZM Berber to ZM Berber 2814.19:28:13
@pyriphlegeton:matrix.orgLinus Pleyer changed their display name from pyriphlegeton to Linus Pleyer.23:20:09
29 Dec 2024
@0x4d6165:catgirl.cloudMae Miller [it/she] changed their profile picture.07:11:57
30 Dec 2024
@bmgsh:matrix.orgbmgshthank you. that did the trick! very helpful library 07:03:49
31 Dec 2024
@zmberber:matrix.orgZM Berber changed their display name from ZM Berber 2814 to ZM Berber.05:07:24
@siraben:matrix.org@siraben:matrix.org left the room.14:51:18
@phaer:matrix.orgphaer changed their display name from phaer (8650 at 38c3) to phaer.19:24:11
@yukiisbored:matrix.orgYuki Langley (they/them) changed their profile picture.19:36:09
@yukiisbored:matrix.orgYuki Langley (they/them) changed their display name from Yuki (they/them) to Yuki Langley (they/them).19:36:20
@yukiisbored:matrix.orgYuki Langley (they/them) changed their profile picture.19:36:31
1 Jan 2025
@psionic-lights:matrix.orgpsionic-lightshttps://www.youtube.com/watch?v=nEmRr1j8LR007:57:25
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.14:26:15
3 Jan 2025
@allrealmsoflife:matrix.orgallrealmsoflifemy emacs isn't finding fonts, I keep getting error: font not available, and I havent used emacs in too long to know the issue or the option, I searched online but this is taking too long already07:11:26
@allrealmsoflife:matrix.orgallrealmsoflife font-family-list shows the fonts but when adding (set-frame-font "Iosevka-18" nil t) outputs error font not available. 07:59:40
@allrealmsoflife:matrix.orgallrealmsoflifeI haven't used the correct full name for the fonts, it works now.08:06:35
5 Jan 2025
@jgarte:matrix.orgjgart joined the room.03:08:29
6 Jan 2025
@ldeck:matrix.orgldeckGday, after upgrading to nixpkgs 24.11 etc I'm seeing a runtime error for emacs: ⛔ Warning (comp): libgccjit.so: error: error invoking gcc driver ⛔ Warning (comp): /nix/store/wd1qb2xjpyfakvhcbwdziwl72piapj94-emacs-29.4/share/emacs/site-lisp/site-start.el: Error: Internal native compiler error failed to compile According to jian-lin (https://github.com/NixOS/nixpkgs/pull/361752#issuecomment-2537916509) a fix is available via the emacs-overlay. However, I'm already using that with a very recent commit. (I'm using home-manager and have an emacs.nix to apply the overlay and config: https://github.com/ldeck/nix-home/blob/master/lib/defaults/emacs.nix). Any ideas on how to get the fix or apply a work around?02:24:01
@adis:blad.isadisbladis It looks like it's been stuck in the staging workflow for quite some time 02:33:28
@adis:blad.isadisbladishttps://github.com/NixOS/nixpkgs/pull/36969002:33:29
@ldeck:matrix.orgldeckYeah, that's for nixpkgs 24.11, but I was under the impression (perhaps wrongly) that emacs-overlay might provide a work around. Any suggested work arounds?02:36:46
@adis:blad.isadisbladis Yes, but are you actually using one of the overlay Emacs derivations? It doesn't override the default Emacs attribute. 02:38:07
@ldeck:matrix.orgldeck

I've got the following in my emacs.nix module. Is that not all that's needed?

{ config, pkgs, lib, ... }:

with lib;

let
  sources = import ../../nix/sources.nix;
  ...
in
{
  ...
  nixpkgs.overlays = [ (import sources.emacs-overlay) ];
...
02:47:26
@ldeck:matrix.orgldeck *

I've got the following in my hm emacs.nix module. Is that not all that's needed?

{ config, pkgs, lib, ... }:

with lib;

let
  sources = import ../../nix/sources.nix;
  ...
in
{
  ...
  nixpkgs.overlays = [ (import sources.emacs-overlay) ];
...
02:47:45

Show newer messages


Back to Room ListRoom Version: 6