aboutsummaryrefslogtreecommitdiff
path: root/tests/structured-attrs.sh
blob: 646bdb876d33903345c51526d9cdca47c2e01285 (plain)
1
2
3
4
5
6
7
8
source common.sh

clearStore

nix-build structured-attrs.nix -A all -o $TEST_ROOT/result

[[ $(cat $TEST_ROOT/result/foo) = bar ]]
[[ $(cat $TEST_ROOT/result-dev/foo) = foo ]]