Use system packages for emacs
Alan Pearce alan@alanpearce.eu
Sat, 14 Apr 2018 21:33:28 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M modules/user-interface.nix → modules/user-interface.nix
@@ -3,7 +3,7 @@ let emacsPackage = import ../packages/emacs.nix { inherit (pkgs) stdenv; - pkgs = pkgs.unstable; + inherit pkgs; emacs = pkgs.lib.overrideDerivation (pkgs.emacs) (attrs: { postInstall = attrs.postInstall + '' rm $out/share/applications/emacs.desktop