···29 stateDir
30 confDir
31 ;
32- aws-sdk-cpp =
33- if lib.versionAtLeast args.version "2.12pre" then
34- nixDependencies.aws-sdk-cpp
35- else
36- nixDependencies.aws-sdk-cpp-old;
37 };
3839 # Called for Nix == 2.28. Transitional until we always use
···29 stateDir
30 confDir
31 ;
32+ inherit (nixDependencies) aws-sdk-cpp;
000033 };
3435 # Called for Nix == 2.28. Transitional until we always use