File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4040 # (experimental). Needed if you use the hot-reloading feature of twist.el.
4141 exportManifest ? false ,
4242 configurationRevision ? null ,
43+ extraSiteStartElisp ? "" ,
4344} : let
4445 inherit
4546 ( builtins )
213214 self . callPackage ./wrapper.nix
214215 {
215216 packageNames = attrNames packageInputs ;
216- inherit extraOutputsToInstall exportManifest configurationRevision ;
217+ inherit extraOutputsToInstall exportManifest configurationRevision extraSiteStartElisp ;
217218 } ;
218219
219220 # This makes the attrset a derivation for a shorthand.
Original file line number Diff line number Diff line change 1313 extraOutputsToInstall ,
1414 exportManifest ,
1515 configurationRevision ,
16+ extraSiteStartElisp ,
1617} : let
1718 inherit ( builtins ) length listToAttrs ;
1819
101102 (load "${ pkg } /share/emacs/site-lisp/${ pkg . ename } -autoloads.el" t t)
102103 '' )
103104 elispInputs
104- } )
105+ } )
106+ ${ extraSiteStartElisp }
105107 '' ;
106108
107109 elispManifestPath =
You can’t perform that action at this time.
0 commit comments