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;