core/pkgs/stdenv/generic/default-builder.sh

5 lines
140 B
Bash
Raw Normal View History

2024-05-02 00:46:19 +00:00
if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi
source $stdenv/setup
genericBuild