summary refs log tree commit diff
path: root/pkgs/stdenv/generic/default-builder.sh
blob: d49fb8aa57fcc30938a96c454b7d2621c21c9275 (plain) (blame)
1
2
3
4
if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi

source $stdenv/setup
genericBuild