about summary refs log blame commit diff
path: root/users/wpcarro/tools/rfcToKindle/default.nix
blob: ca87abdee0122b97b2883aca5cb1eb0c170a4e92 (plain) (tree)
1
2
3
4
5
6
7
8
9
               


                                                                               
                           



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