Skip to content

Commit

Permalink
fix: don't use deprecated overrideScope'
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Apr 29, 2024
1 parent a997ee6 commit 77dc6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ let
defaultOverlay
else
self: super: defaultOverlay self super // overlay self super;
in scope.overrideScope' overlay';
in scope.overrideScope overlay';

joinRepositories = repositories:
if builtins.length repositories == 1 then
Expand Down

0 comments on commit 77dc6e9

Please sign in to comment.