This commit is contained in:
Eelco Dolstra 2018-02-27 19:59:26 +01:00
parent cc2eeef4ab
commit 0d00215880
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
builder = builtins.toFile "builder"
''
if [ -e .attrs.sh ]; then . .attrs.sh; fi
. .attrs.sh
out=''${outputs[out]}