feat(package): hemar: some parser work

This commit is contained in:
2025-11-29 00:02:50 +00:00
parent 48077aaccc
commit 78f4777141
3 changed files with 227 additions and 330 deletions

View File

@@ -1,4 +1,4 @@
{ dash, hectic, symlinkJoin }:
{ dash, hectic, symlinkJoin, yq-go }:
let
shell = "${dash}/bin/dash";
bashOptions = [
@@ -22,7 +22,7 @@ let
hemar = hectic.writeShellApplication {
inherit shell bashOptions;
name = "hemar";
runtimeInputs = [ ];
runtimeInputs = [ yq-go ];
text = ''
# shellcheck disable=SC2034