about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-05-04T13·15+0200
committersterni <sternenseemann@systemli.org>2022-05-04T15·08+0000
commit41bd44dce964d7a464629d493bd000d6431e3177 (patch)
tree811b13d36017b2c8d0649994abe7e05a4b9f75c9 /users/grfn
parent3d006181e3a533572f1e9ccff319777c5918ad98 (diff)
refactor(grfn/orgExportHTML): use emacs28 r/4000
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 <sternenseemann@systemli.org>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/gws.fyi/orgExportHTML.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/users/grfn/gws.fyi/orgExportHTML.nix b/users/grfn/gws.fyi/orgExportHTML.nix
index 1daec45b9f..aac4e32e7a 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