blob: a25ec43a9dcdad2e1894aba3d5085d75edc4eec6 (
plain)
1
2
3
4
5
6
7
8
9
|
set -e
if [ -e .attrs.sh ]; then source .attrs.sh; fi
export IN_NIX_SHELL=impure
export dontAddDisableDepTrack=1
if [[ -n $stdenv ]]; then
source $stdenv/setup
fi
export > $out
set >> $out
|