mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
[Backport release-26.05] gradle: fix update script with structuredAttrs (#546352)
This commit is contained in:
@@ -37,6 +37,7 @@ lib.makeOverridable (
|
||||
];
|
||||
gradleScript = writeShellScript "gradle-commands.sh" ''
|
||||
set -eo pipefail
|
||||
if [ -e "''${NIX_ATTRS_SH_FILE:-}" ]; then . "$NIX_ATTRS_SH_FILE"; fi
|
||||
export http_proxy="$MITM_CACHE_ADDRESS"
|
||||
export https_proxy="$MITM_CACHE_ADDRESS"
|
||||
export SSL_CERT_FILE="$MITM_CACHE_CA"
|
||||
|
||||
Reference in New Issue
Block a user