summaryrefslogtreecommitdiff
path: root/lib/tests/nix-for-tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/nix-for-tests.nix')
-rw-r--r--lib/tests/nix-for-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/nix-for-tests.nix b/lib/tests/nix-for-tests.nix
index 96c01241773a..a9a5b2f8de54 100644
--- a/lib/tests/nix-for-tests.nix
+++ b/lib/tests/nix-for-tests.nix
@@ -14,7 +14,7 @@
builtins.mapAttrs (
attr: pkg:
- if lib.versionAtLeast pkg.version "2.26" then
+ if lib.versionAtLeast pkg.version "2.29pre" then
pkg.overrideScope (finalScope: prevScope: { aws-sdk-cpp = null; })
else
pkg.override { withAWS = false; }