Need Shebang?

This commit is contained in:
2023-03-09 00:22:36 -05:00
parent ec002916d7
commit 375b61df6a

View File

@@ -116,10 +116,14 @@
hydraJobs = { hydraJobs = {
inherit newalan; inherit newalan;
runCommandHook = { runCommandHook = {
newalan = pkgs.writeScript "New Alan CD" '' recurseForDerivations = true;
echo HIIIII $(date) >> ~/TEST_SCRIPT
echo Wheee example = pkgs.writeScript "run-me" ''
#!${pkgs.runtimeShell}
${pkgs.jq}/bin/jq . "$HYDRA_JSON"
''; '';
}; };
}; };