mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -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
|
then defaultInitFile
|
||||||
else throw "name of defaultInitFile must be ${defaultInitFileName}";
|
else throw "name of defaultInitFile must be ${defaultInitFileName}";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
packageRequires = usePkgs;
|
packageRequires = usePkgs ++ extraPkgs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
usePkgs ++ extraPkgs ++ [ defaultInitFilePkg ])
|
usePkgs ++ extraPkgs ++ [ defaultInitFilePkg ])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue