blob: 4ea27194395003afb2199a3c700071f7c9098d2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{ depot, ... }:
# TODO: This doesn't depend on `sendgmr` at the moment, but it should. As such,
# it's an imcomplete packaging.
depot.nix.buildGo.program {
name = "rfcToKindle";
srcs = [
./main.go
];
deps = [];
}
|