1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01:00
nix/tests/structured-attrs.sh
John Ericson ac295a5f33 Flip condition on daemon version for structured attrs
We want the old behavior, since this is Nix 2.3.
2025-02-13 11:36:30 -05:00

11 lines
269 B
Bash

source common.sh
# 27ce722638 required some incompatible changes to the nix file, so skip this
# tests for the newer versions
requireDaemonOlderThan "2.4pre20210622"
clearStore
outPath=$(nix-build structured-attrs.nix --no-out-link)
[[ $(cat $outPath/foo) = bar ]]