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