Generation 59 2024-04-20 14:57:44 (current)

This commit is contained in:
Jonas Röger 2024-04-20 14:57:45 +02:00
parent 7e0f53752c
commit 39f4021091

View File

@ -22,7 +22,7 @@
in
pkgs.symlinkJoin {
name = "wrapped-emacs";
paths = [emacs-pkg];
paths = [pkgs.emacs29];
nativeBuildInputs = [pkgs.makeBinaryWrapper];
postBuild = ''
wrapProgram $out/bin/emacs \