Skip to content

Commit

Permalink
fixup: pip default version in pip module
Browse files Browse the repository at this point in the history
  • Loading branch information
phaer committed Jul 18, 2024
1 parent a574992 commit 45649d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dream2nix/pip/interface.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ in {
description = ''
pip version to use to generate the report
'';
default = "23.1";
default = "24.0";
};
requirementsList = l.mkOption {
type = t.listOf t.str;
Expand Down

0 comments on commit 45649d0

Please sign in to comment.