Skip to content

Commit

Permalink
overrides: fix jsondiff version check
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 18, 2023
1 parent e4cd574 commit 68ff0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ lib.composeManyExtensions [
});

jsondiff =
if lib.versionOlder "2.0.0"
if lib.versionOlder super.jsondiff.version "2.0.0"
then
super.jsondiff.overridePythonAttrs
(
Expand Down

0 comments on commit 68ff0c8

Please sign in to comment.