4 lines
99 B
Bash
4 lines
99 B
Bash
if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; fi
|
|
source "$stdenv/setup"
|
|
source "$1"
|