Test runhook sleep

This commit is contained in:
2023-03-09 00:26:41 -05:00
parent b2d13c9a08
commit ad176c0342

View File

@@ -120,7 +120,7 @@
runCommandHook = {
example = pkgs.writeScript "run-me" ''
#!${pkgs.runtimeShell}
sleep 10s
${pkgs.jq}/bin/jq . "$HYDRA_JSON" > ~/test.json
'';
};