From f3a1877832856c699780fde4bf997a7c45201617 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 26 May 2026 17:55:09 +0200 Subject: [PATCH] edit flake Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bd99aa1..ae5d467 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = ""; + description = "A minimal Go library that provides a shared Base16color theme for terminal UIs built with bubbletea and lipgloss."; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";