summary refs log tree commit diff
path: root/pkgs/build-support/fetchs3
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededBen Siraphob2021-03-04
|
* treewide: stdenvNoCC.lib -> libBen Siraphob2021-01-27
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* fetchs3: allow to name the derivation output (#39823)zimbatm2018-05-03
| | | | | | | | | | | | | | | | | | | * fetchs3: add configurable name Change the default from "foo" to the basename of the s3 URL and make it configurable. * fetchs3: fix error on missing credentials.session_token The session token should default to null instead of failing * fetchs3: make use of the region argument Set it to null if you don't want to use it * fetchs3: prefer local build Fetcher-types spend more time on network than CPU
* treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-10
|
* treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
|
* fetchs3: init simple S3 downloaderDan Peebles2017-04-25