mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-05 18:30:23 -08:00
make extraEmacsPackages available when building init file
This commit is contained in:
parent
a202ec0db4
commit
825ce34adf
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ emacsWithPackages (epkgs:
|
|||
then defaultInitFile
|
||||
else throw "name of defaultInitFile must be ${defaultInitFileName}";
|
||||
version = "0.1.0";
|
||||
packageRequires = usePkgs;
|
||||
packageRequires = usePkgs ++ extraPkgs;
|
||||
};
|
||||
in
|
||||
usePkgs ++ extraPkgs ++ [ defaultInitFilePkg ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue