1
Fork 0
mirror of https://github.com/RGBCube/HTMNIX synced 2025-07-24 22:47:43 +00:00

Add description

This commit is contained in:
RGBCube 2024-02-28 09:37:30 +03:00
parent 01fbf8f629
commit 02c480acc4
No known key found for this signature in database

View file

@ -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;