added awk command

This commit is contained in:
2026-04-03 11:36:03 -05:00
parent 12be806f89
commit d4f81339ef

View File

@@ -151,7 +151,7 @@ EOF
Type = "oneshot";
RemainAfterExit = true;
};
path = [ pkgs.pwgen pkgs.matrix-synapse pkgs.curl pkgs.coreutils pkgs.jq ];
path = [ pkgs.pwgen pkgs.matrix-synapse pkgs.curl pkgs.gawk pkgs.coreutils pkgs.jq ];
script = ''
set -uo pipefail