Loading pkgs/tools/filesystems/garage/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,9 @@ let "k2v::poll::test_poll_item" ]; passthru.tests = nixosTests."garage_${lib.versions.major version}"; passthru.tests = lib.optionalAttrs (lib.versionAtLeast version "1") nixosTests."garage_${lib.versions.major version}"; meta = { description = "S3-compatible object store for small self-hosted geo-distributed deployments"; Loading Loading
pkgs/tools/filesystems/garage/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,9 @@ let "k2v::poll::test_poll_item" ]; passthru.tests = nixosTests."garage_${lib.versions.major version}"; passthru.tests = lib.optionalAttrs (lib.versionAtLeast version "1") nixosTests."garage_${lib.versions.major version}"; meta = { description = "S3-compatible object store for small self-hosted geo-distributed deployments"; Loading