mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
emacs: use overrideScope
instead of overrideScope'
This commit is contained in:
parent
d1d6ca9b65
commit
bfd0ae29a8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ let
|
|||
# Copied from all-packages.nix, with modifications to support
|
||||
# overrides.
|
||||
emacsPackages = let epkgs = pkgs.emacsPackagesFor cfg.package;
|
||||
in epkgs.overrideScope' cfg.overrides;
|
||||
in epkgs.overrideScope cfg.overrides;
|
||||
|
||||
emacsWithPackages = emacsPackages.emacsWithPackages;
|
||||
|
||||
|
|
Loading…
Reference in a new issue