From a9755a4d063e3d51c5d6698b0f5ef913e02e2717 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 7 Jan 2023 12:43:54 -0800 Subject: fix(home/emacs): rename the package ``` trace: emacsPgtkNativeComp has been renamed to emacsPgtk, please update your expression. ``` --- home/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 073e7bd..156c922 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -8,7 +8,7 @@ in config.home = lib.mkIf cfg.enable { packages = with pkgs; [ - emacsPgtkNativeComp + emacsPgtk # see https://github.com/hlissner/doom-emacs/issues/4138 (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) nixpkgs-fmt -- cgit 1.4.1