Skip to content

Commit

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

0 comments on commit 8e0fb27

Please sign in to comment.