fetchb4: enhancements

This commit is contained in:
xenia 2024-07-04 02:34:03 -04:00
parent 18612036d7
commit ecdf449848
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh
source $stdenv/setup
echo "Downloading kernel patch $msgid into $out"
export HOME="/tmp"
PYTHONHASHSEED=0 b4 am -C -T $b4_flags -o- "$msgid" > "$out"
export HOME="$TMP"
PYTHONHASHSEED=0 b4 -n am -C -T $b4_flags -o- "$msgid" > "$out"