Generation 68 2024-04-20 20:10:30 (current)

This commit is contained in:
Jonas Röger 2024-04-20 20:10:31 +02:00
parent a8131fc63f
commit 053247435e

View File

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