mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 12:36:01 +01:00
11 lines
269 B
Bash
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 ]]
|