docker-client: change tests to attrset

This commit is contained in:
jopejoe1 2024-10-20 00:49:51 +02:00
parent 49f6d16849
commit c100c2f9c7

View File

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