From 9e9a9e4f1e4f909bb3d3bf32a2a80549fffa7786 Mon Sep 17 00:00:00 2001 From: steven carpenter Date: Tue, 15 Jul 2025 09:24:19 -0400 Subject: [PATCH] updated nix flake --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index e400cac..c6d89ce 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ # This flake was initially generated by fh, the CLI for FlakeHub (version 0.1.22) { # A helpful description of your flake - description = "a go calander tui"; + description = "a tool to make TODO: comments better"; # Flake inputs inputs = { @@ -61,9 +61,6 @@ gcc go_1_23 nixpkgs-fmt - protobuf - badger - protoc-gen-go ]; env = { CGO_ENABLED = "1";