ChanServ changed the topic of #nixos-emacs to: https://github.com/NixOS/nixpkgs/issues/66303 | https://rms.sexy
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-emacs
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-emacs
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
peel has quit [Ping timeout: 258 seconds]
peel has joined #nixos-emacs
<bbigras> rycee I got `error: attribute 'abbrev' missing, at /nix/store/b0pj2gj6k464dkx8s62gi5kw0a1r3fcj-source/hm-modules/emacs-init.nix:12:26` with emacs-init. Are you aware of that?
<rycee> Bruno: It doesn't seem like there is any "abbrev" package in `emacsPackages`: `nix-env -f '<nixpkgs>' -qaP -A emacsPackages | grep abbrev`
<rycee> That said, `abbrev = { enable = true; diminish = [ "abbrev-mode" ]; command = [ "abbrev-mode" ]; };` should work.
<bbigras> That's weird. I stole that part from your config btw. Other packages seems to break too. I'll give it a try.
<bbigras> ^ rycee and thanks
<bbigras> I tired with and without the Emacs overlay.
<bbigras> rycee I'm using the snippet that you pasted. Which is the same as you have in your config and I have the problem. My config was working before, I'm not sure if it's because I updated home-manager or the OS.
<bbigras> There's no hurry btw. Maybe check your config when it will be convenient for you.
<bbigras> I think I tried over the weekend to try to use an old rev of nur and home-manager without success. But maybe I did it too quickly and messed it up.
<bbigras> I didn't want to ping you during the weekend. I wanted to wait to see if I had the same problem at work.
<rycee> Bruno: I pushed an update which may or may not fix the issue. Give it a try after the next NUR update.
<bbigras> rycee: thank you very much
<rycee> No worries, I hope it works :-)
<rycee> Give it a try now.
<bbigras> I'm pretty sure it's working. It's building everything now. Thanks for your time.
<bbigras> It just finished
<bbigras> And thanks for emacs-init. I like it a lot
<rycee> Glad it worked and glad you like it!