updated nix flake

This commit is contained in:
steven carpenter 2025-07-15 09:24:19 -04:00
parent 6f3b20d737
commit 9e9a9e4f1e

View file

@ -1,7 +1,7 @@
# This flake was initially generated by fh, the CLI for FlakeHub (version 0.1.22) # This flake was initially generated by fh, the CLI for FlakeHub (version 0.1.22)
{ {
# A helpful description of your flake # A helpful description of your flake
description = "a go calander tui"; description = "a tool to make TODO: comments better";
# Flake inputs # Flake inputs
inputs = { inputs = {
@ -61,9 +61,6 @@
gcc gcc
go_1_23 go_1_23
nixpkgs-fmt nixpkgs-fmt
protobuf
badger
protoc-gen-go
]; ];
env = { env = {
CGO_ENABLED = "1"; CGO_ENABLED = "1";