docker-client: change tests to attrset (#350004)
This commit is contained in:
commit
a01836a860
@ -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 // {
|
||||||
|
Loading…
Reference in New Issue
Block a user