From 7f6fbc76a07ca3837473a332e776159a8ce8b227 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 19 Nov 2025 16:27:26 -0700 Subject: [PATCH] update desc for flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 25d9d18..f5b2592 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Flake to build and develop Nyxi"; + description = "Flake to build and work on my zola blog"; inputs = { flake-utils.url = "github:numtide/flake-utils";