Skip to content

Commit

Permalink
Merge pull request #326 from akirak/overridescope
Browse files Browse the repository at this point in the history
Update on deprecation of overrideScope'
  • Loading branch information
akirak authored Dec 1, 2024
2 parents 9d42f09 + 5806001 commit 2ff8e9e
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 2ff8e9e

Please sign in to comment.