all repos — archive/nixos-configuration @ faedc3b7ef237c73a400ca7ac9fcef35ffca18b8

Superseded by nixfiles

Use a single version of emacs

Alan Pearce
commit

faedc3b7ef237c73a400ca7ac9fcef35ffca18b8

parent

a0fe1ef8872003557a4f527395fc9e09379e5ade

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M satoshipad.nixsatoshipad.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)"; }; };