ruined every thing

This commit is contained in:
2025-10-20 17:17:08 +00:00
parent dbe4dfc2bc
commit b3041edbdc
4 changed files with 25 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ symlinkJoin, writeTextFile, socat, dash, hectic, curl, gawk }:
{ symlinkJoin, writeTextFile, socat, dash, hectic, curl, gawk, jq }:
let
shell = "${dash}/bin/dash";
bashOptions = [
@@ -30,7 +30,7 @@ let
sentinel = hectic.writeShellApplication {
inherit shell bashOptions;
name = "sentinel";
runtimeInputs = [ hectic.shellplot curl ];
runtimeInputs = [ hectic.shellplot curl jq ];
text = ''
${builtins.readFile ./log.sh}