gr-base/shelf/deno/uses-hjq/scroll.nix

28 lines
381 B
Nix
Raw Permalink Normal View History

2025-08-02 05:10:30 +07:00
{
name = "uses-hjq";
description = "A test scroll that mimicks hjq's behavior";
inputs = {
stdin = {
format = "HJSON";
react = "push";
};
jqFilter = {
format = "string";
react = "push";
};
};
outputs = {
stdout = {
format = "HJSON";
react = "push";
};
};
build = {
2025-08-05 21:21:46 +07:00
lockFile = ./deno.lock;
};
2025-08-02 05:10:30 +07:00
}