aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-01-01 15:11:01 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-01-05 11:17:10 -0500
commit77d22bc2765e329a0f48a2e465afd475b46be5c4 (patch)
treeca44334a56ebb4ca1cf15a65d6eaa1f574d6c064 /flake.nix
parentnix flake, mostly things nix (diff)
2023, year rollover, old habit
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3ef1f17..0eedba1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "a sisu like document parser search form";
+ description = "spine (sisu like parser & document generator) made available to process markup samples";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # "github:nixos/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";