mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
![Luflosi](/assets/img/avatar_default.png)
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;
|
|
}
|