about summary refs log tree commit diff
path: root/third_party/nix/tests/structured-attrs.sh
source common.sh

clearStore

outPath=$(nix-build structured-attrs.nix --no-out-link)

[[ $(cat $outPath/foo) = bar ]]