feat(tools): Add a horrifying tool to write blog posts into DNS
This commit is contained in:
parent
28a9c01d36
commit
2a16740445
7 changed files with 350 additions and 0 deletions
8
tools/blog_cli/default.nix
Normal file
8
tools/blog_cli/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ buildGoPackage }:
|
||||
|
||||
buildGoPackage {
|
||||
name = "blog_cli";
|
||||
goPackagePath = "github.com/tazjin/personal/blog_cli";
|
||||
src = ./.;
|
||||
goDeps = ./deps.nix;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue