May need deployment key, possibly

This commit is contained in:
2023-03-09 00:44:06 -05:00
parent f646dbac1d
commit dedc982a2b

View File

@@ -113,12 +113,12 @@
}); });
}; };
hydraJobs = checks // { hydraJobs = checks // lib.optionalAttrs
(system == "x86_64-linux" ) {
runCommandHook = { runCommandHook = {
newalan = pkgs.writeScript "run-me" '' newalan = pkgs.writeScript "run-me" ''
#!${pkgs.runtimeShell} #!${pkgs.runtimeShell}
ls
${pkgs.jq}/bin/jq . "$HYDRA_JSON"
''; '';
}; };
}; };