feat(package): hemar: some parser work

This commit is contained in:
2025-11-29 00:02:50 +00:00
parent 7976c073e4
commit b78feba410
3 changed files with 227 additions and 330 deletions
+2 -2
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