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
/
users
/
wpcarro
/
gopkgs
/
utils
/
default.nix
blob: 25321f50a042793d49baeaabf7934e91c19b7c53 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{ depot
, ...
}:
depot
.
nix
.
buildGo
.
package {
name
=
"utils"
;
srcs
=
[
./utils.go
];
}