ChanServ changed the topic of #nixos-emacs to: https://github.com/NixOS/nixpkgs/issues/66303 | https://rms.sexy
rajivr___ has joined #nixos-emacs
bhipple has quit [Remote host closed the connection]
<alexarice[m]> is there a nice way to install emacs packages which are not on melpa
<etu> alexarice[m]: I kinda do that with my config
<etu> alexarice[m]: Here I override the packages to give my config a name: https://github.com/etu/nixconfig/blob/master/modules/my-emacs.nix#L93-L97
<etu> alexarice[m]: and on line 110 I make sure it's loaded
<etu> alexarice[m]: But auto loading should also work
<rycee> alexarice: The `trivialBuild` function is quite nice and simple. It's pretty much just to give it the path to a Emacs package or file and it'll install and byte-compile it for you.
<rycee> etu: In your case I think something like `myConfigInit = trivialBuild { pname = "init"; src = myEmacsInit; }` should be sufficient :-)
<rycee> Sorry, `trivialBuild` → `epkgs.trivialBuild`
<alexarice[m]> thanks
<etu> rycee: Oh, nice
bhipple has joined #nixos-emacs
bhipple has quit [Ping timeout: 268 seconds]
bhipple has joined #nixos-emacs
bhipple has quit [Ping timeout: 265 seconds]
bhipple has joined #nixos-emacs
rajivr___ has quit [Quit: Connection closed for inactivity]