mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
https://github.com/ipfs/kubo/releases/tag/v0.29.0 The FUSE mount functionality is no longer completely broken, so reenable the NixOS test.
6 lines
120 B
Nix
6 lines
120 B
Nix
{ recurseIntoAttrs, runTest }:
|
|
recurseIntoAttrs {
|
|
kubo = runTest ./kubo.nix;
|
|
kubo-fuse = runTest ./kubo-fuse.nix;
|
|
}
|