core/pkgs/stdenv/generic/default-builder.sh
2024-05-13 11:34:52 -04:00

5 lines
140 B
Bash

if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi
source $stdenv/setup
genericBuild