refactor(package): sentinella: +logging

This commit is contained in:
2025-10-25 09:54:57 +00:00
parent e1c9c503c0
commit f2a5152924
3 changed files with 7 additions and 2 deletions
+5 -1
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 {