added awk command

This commit is contained in:
2026-04-03 11:36:03 -05:00
parent a3c3c6f388
commit 441afc5c47
+1 -1
View File
@@ -151,7 +151,7 @@ EOF
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true; 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 = '' script = ''
set -uo pipefail set -uo pipefail