tvl-depot/users/wpcarro/tools/rfcToKindle/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
227 B
Nix
Raw Normal View History

{ 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 = [ ];
}