Skip to content

Commit

Permalink
Merge pull request #1136 from rohaquinlop/main
Browse files Browse the repository at this point in the history
feat(build): #1126 retry makepythonpypienvironment
  • Loading branch information
dsalaza4 authored Aug 29, 2023
2 parents da45a27 + 300b5a2 commit 3912c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args/make-python-pypi-environment/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ assert builtins.any (_: _) [
inherit name;
inherit sha256;
inherit url;
curlOptsList = ["--retry" "3"];
};
})
(builtins.concatLists [
Expand Down

0 comments on commit 3912c33

Please sign in to comment.