mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
6 lines
120 B
Nix
6 lines
120 B
Nix
![]() |
{ recurseIntoAttrs, runTest }:
|
||
|
recurseIntoAttrs {
|
||
|
kubo = runTest ./kubo.nix;
|
||
|
kubo-fuse = runTest ./kubo-fuse.nix;
|
||
|
}
|