Skip to content

Commit

Permalink
feat(build): #1126 retry makepythonpypienvironment
Browse files Browse the repository at this point in the history
- retry up to 3 times on curl errors.

Signed-off-by: Robin Quintero <rohaquinlop301@gmail.com>
  • Loading branch information
rohaquinlop committed Aug 29, 2023
1 parent da45a27 commit ee79304
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;
curlOpts = "--retry 3 --retry-all-errors";
};
})
(builtins.concatLists [
Expand Down

0 comments on commit ee79304

Please sign in to comment.