ruined every thing

This commit is contained in:
2025-10-20 17:17:08 +00:00
parent 5b860d849c
commit 4d85b5671e
4 changed files with 25 additions and 15 deletions
+2 -2
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}