diff --git a/hmModules/emacs/default.nix b/hmModules/emacs/default.nix index 0a533b7..b70c451 100644 --- a/hmModules/emacs/default.nix +++ b/hmModules/emacs/default.nix @@ -13,6 +13,7 @@ }) .overrideAttrs (old: { src = pkgs.emacsSource; + version = pkgs.emacsSource.rev; patches = []; postPatch = old.postPatch