nix-super/src/nix/get-env.sh

9 lines
146 B
Bash
Raw Normal View History

set -e
export IN_NIX_SHELL=impure
export dontAddDisableDepTrack=1
if [[ -n $stdenv ]]; then
source $stdenv/setup
fi
export > $out
set >> $out