mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 11:19:35 +01:00
Fix the min bound for the structured-attrs test
The min bound written corresponds to the date of the commit that
introduced the change, but it only got merged on master some weeks
later. Since the version is essentially the commit date, that means that
there’s a whole range of commits on master (including the current
`nixUnstable`) that have a higher version but don’t contain the required
change.
(cherry picked from commit b598e5c47c)
This commit is contained in:
parent
3fdeae0f0a
commit
cf266f34ac
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ source common.sh
|
||||||
|
|
||||||
# 27ce722638 required some incompatible changes to the nix file, so skip this
|
# 27ce722638 required some incompatible changes to the nix file, so skip this
|
||||||
# tests for the older versions
|
# tests for the older versions
|
||||||
requireDaemonNewerThan "2.4pre20210622"
|
requireDaemonNewerThan "2.4pre20210712"
|
||||||
|
|
||||||
clearStore
|
clearStore
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue