about summary refs log tree commit diff
path: root/third_party/nix/tests/structured-attrs.sh
blob: 9ba2672b6833a93ee4908f1e538a12bbdb1bbf14 (plain) (blame)
1
2
3
4
5
6
7
source common.sh

clearStore

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

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