From 02c480acc4e6d3c40371412edd3b1c3e88b923c3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 28 Feb 2024 09:37:30 +0300 Subject: [PATCH] Add description --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 193460c..739a8c6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,6 @@ { + description = "Write composeable HTML with Nix!"; + outputs = { self }: let first = n: builtins.substring 0 n; dropFirst = n: string: builtins.substring n (builtins.stringLength string - n) string;