chore(tazjin/emacs): expose full package set used
Change-Id: I184a79f18af39338fe9c0c86ed1d80674f065217 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10478 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
f297b4a0cb
commit
61250d0c6b
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
pkgs.makeOverridable
|
pkgs.makeOverridable
|
||||||
({ emacs ? pkgs.emacs29 }:
|
({ emacs ? pkgs.emacs29 }:
|
||||||
let
|
let
|
||||||
emacsWithPackages = (pkgs.emacsPackagesFor emacs).emacsWithPackages;
|
emacsPackages = (pkgs.emacsPackagesFor emacs);
|
||||||
|
emacsWithPackages = emacsPackages.emacsWithPackages;
|
||||||
|
|
||||||
# If switching telega versions, use this variable because it will
|
# If switching telega versions, use this variable because it will
|
||||||
# keep the version check, binary path and so on in sync.
|
# keep the version check, binary path and so on in sync.
|
||||||
|
@ -162,6 +163,7 @@ pkgs.makeOverridable
|
||||||
inherit emacs;
|
inherit emacs;
|
||||||
|
|
||||||
# Expose the pure emacs with all packages.
|
# Expose the pure emacs with all packages.
|
||||||
|
inherit emacsPackages;
|
||||||
emacsWithPackages = tazjinsEmacs f;
|
emacsWithPackages = tazjinsEmacs f;
|
||||||
|
|
||||||
# Call overrideEmacs with a function (pkgs -> pkgs) to modify the
|
# Call overrideEmacs with a function (pkgs -> pkgs) to modify the
|
||||||
|
|
Loading…
Reference in a new issue