From ecdf449848aaa8fe368922fb3cb28d2ce8b09be7 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 4 Jul 2024 02:34:03 -0400 Subject: [PATCH] fetchb4: enhancements --- lib/fetchb4/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/fetchb4/builder.sh b/lib/fetchb4/builder.sh index 8c3aad2..986a7ef 100644 --- a/lib/fetchb4/builder.sh +++ b/lib/fetchb4/builder.sh @@ -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"