mirror of
https://github.com/RGBCube/HTMNIX
synced 2025-07-24 22:47:43 +00:00
Add description
This commit is contained in:
parent
01fbf8f629
commit
02c480acc4
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue