feat(tools): Add a horrifying tool to write blog posts into DNS

This commit is contained in:
Vincent Ambo 2019-08-19 16:58:19 +01:00
parent 28a9c01d36
commit 2a16740445
7 changed files with 350 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ buildGoPackage }:
buildGoPackage {
name = "blog_cli";
goPackagePath = "github.com/tazjin/personal/blog_cli";
src = ./.;
goDeps = ./deps.nix;
}