blob: 8fb93c3bb5b8812f46cc0eda744bb55847948537 (
plain) (
tree)
|
|
{ depot, ... }:
# TODO: This doesn't depend on `sendgmr` at the moment, but it should. As such,
# it's an imcomplete packaging.
depot.buildGo.program {
name = "rfcToKindle";
srcs = [
./main.go
];
deps = [];
}
|