From cc7f12a3055a50a5d7ea7255d9578d69c0d7b4b1 Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Mon, 28 Jul 2025 19:43:28 -0400 Subject: [PATCH] updated flake to have correct sha for vendoring and updated README to render properly --- README.md | 2 ++ flake.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc587ef..81b033c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A calendar tui written in go - start coding in your desired editor ### Project structure +``` ./ ├── cmd │   ├── root.go -> the entrypoint for your cli @@ -31,6 +32,7 @@ A calendar tui written in go ├── run.go -> tui entrypoint ├── update.go -> bubbletea model update functions go here └── view.go -> bubbletea view functions go here +``` ### Generating sub-commands use cobra-cli to generate sub-commands diff --git a/flake.nix b/flake.nix index 0b20599..5cf4e80 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ name = "source"; path = ./.; }; - vendorHash = ""; + vendorHash = "sha256-3ZGIzksxYjZBIlEzvzmsju5GVcusHAfz9pBgeARgzyA="; } ) { }; }