mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-05 18:30:23 -08:00
Merge pull request #363 from cmm/extra-pkgs-for-default-init
make extraEmacsPackages available when building default init file
This commit is contained in:
commit
792375796d
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,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