refactor(package): sentinella: +logging

This commit is contained in:
2025-10-25 09:54:57 +00:00
parent af5d46b3f0
commit 39abe553f5
3 changed files with 7 additions and 2 deletions

View File

@@ -24,7 +24,11 @@ let
inherit shell bashOptions;
name = "router";
runtimeInputs = [ base64 gawk ];
text = builtins.readFile ./router.sh;
text = ''
${builtins.readFile ./log.sh}
${builtins.readFile ./colors.sh}
${builtins.readFile ./router.sh}
'';
};
sentinel = hectic.writeShellApplication {