docker-client: change tests to attrset
This commit is contained in:
parent
49f6d16849
commit
c100c2f9c7
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user