Unverified Commit a01836a8 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 260e2ffa c100c2f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,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 = docker-meta // {