From 41bd44dce964d7a464629d493bd000d6431e3177 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 4 May 2022 15:15:16 +0200 Subject: refactor(grfn/orgExportHTML): use emacs28 org is now bundled, so the expression becomes a bit simpler Change-Id: Ic287ae4500bb5a277694b66e5858a75b454cc9aa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5517 Tested-by: BuildkiteCI Autosubmit: sterni Reviewed-by: grfn --- users/grfn/gws.fyi/orgExportHTML.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/users/grfn/gws.fyi/orgExportHTML.nix b/users/grfn/gws.fyi/orgExportHTML.nix index 1daec45b9f97..aac4e32e7ac5 100644 --- a/users/grfn/gws.fyi/orgExportHTML.nix +++ b/users/grfn/gws.fyi/orgExportHTML.nix @@ -5,11 +5,7 @@ with lib; let - emacsWithPackages = (pkgs.emacsPackagesFor pkgs.emacs27).emacsWithPackages; - - emacs = emacsWithPackages (p: with p; [ - org - ]); + emacs = pkgs.emacs28; in -- cgit 1.4.1