repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
tests
/
kubo
/
default.nix
blob
629922fc366dbafec4b878e8627b24acd446a4dd
1
{ recurseIntoAttrs, runTest }:
2
recurseIntoAttrs {
3
kubo = runTest ./kubo.nix;
4
kubo-fuse = runTest ./kubo-fuse.nix;
5
}