docker-client: change tests to attrset (#350004)

This commit is contained in:
Johannes Jöns 2024-10-31 19:13:02 +01:00 committed by GitHub
commit a01836a860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ rec {
passthru = { passthru = {
# Exposed for tarsum build on non-linux systems (build-support/docker/default.nix) # Exposed for tarsum build on non-linux systems (build-support/docker/default.nix)
inherit moby-src; inherit moby-src;
tests = lib.optionals (!clientOnly) { inherit (nixosTests) docker; }; tests = lib.optionalAttrs (!clientOnly) { inherit (nixosTests) docker; };
}; };
meta = docker-meta // { meta = docker-meta // {