Use a single version of emacs
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M satoshipad.nix → satoshipad.nix
@@ -54,7 +54,7 @@ path = with pkgs; [ python3Packages.keyring ]; serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.isync}/bin/mbsync -Va"; - ExecStartPost = "${pkgs.unstable.emacs}/bin/emacsclient -e (mu4e-update-index)"; + ExecStartPost = "${pkgs.myEmacs}/bin/emacsclient -e (mu4e-update-index)"; }; };