depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gopkgs
/
kv
/
default.nix
blob: c89e002139e23d8c35423db7e82f2db35386ac09 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{ depot
, ...
}:
depot
.
buildGo
.
package {
name
=
"kv"
;
srcs
=
[
./kv.go
];
}