Skip to content

Commit

Permalink
Update on deprecation of overrideScope'
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Dec 1, 2024
1 parent 9d42f09 commit 5806001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, emacs, ciEmacs, writeShellApplication }:
let
canDoPackages = lib.versionAtLeast ciEmacs.version "25.1";
ciEmacsWithPackages = (emacs.pkgs.overrideScope' (_: _: {
ciEmacsWithPackages = (emacs.pkgs.overrideScope (_: _: {
emacs = ciEmacs;
})).withPackages (
epkgs: [
Expand Down

0 comments on commit 5806001

Please sign in to comment.