504525a148
GitOrigin-RevId: bd645e8668ec6612439a9ee7e71f7eac4099d4f6
7 lines
239 B
Nix
7 lines
239 B
Nix
{ recurseIntoAttrs, runTest }:
|
|
recurseIntoAttrs {
|
|
kubo = runTest ./kubo.nix;
|
|
# The FUSE functionality is completely broken since Kubo v0.24.0
|
|
# See https://github.com/ipfs/kubo/issues/10242
|
|
# kubo-fuse = runTest ./kubo-fuse.nix;
|
|
}
|