5 lines
140 B
Bash
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
|