forked from lix-project/lix
efe6c186ea
Tested against https://github.com/NixOS/nixpkgs/pull/72074. Fixes #3540.
10 lines
193 B
Bash
10 lines
193 B
Bash
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
|