Skip to content

Commit

Permalink
feat(build): fluidattacks#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 f582cf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 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,11 @@ assert builtins.any (_: _) [
inherit name;
inherit sha256;
inherit url;
curlOptsList = [
"--retry"
"3"
"--retry-all-errors"
];
};
})
(builtins.concatLists [
Expand Down

0 comments on commit f582cf1

Please sign in to comment.