diff --git a/flake.nix b/flake.nix index 9d2436d..6d8cb6e 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ buildPhase = '' # Remove the stale VCS copy rm -f tomono - ${myemacs}/bin/emacs -Q --script ./publish.el + emacs -Q --script ./publish.el ''; # If you want to put the test program in the final bin keepTest = false; @@ -38,7 +38,7 @@ fi cp index.html style.css $out/doc ''; - nativeBuildInputs = [ pkgs.makeWrapper ]; + nativeBuildInputs = [ pkgs.makeWrapper myemacs ]; preFixup = '' for f in $out/bin/* ; do wrapProgram "$f" --suffix PATH : "${pkgs.git}/bin"