clan-infra/pkgs/job-flake-update-clan-homepage/default.nix

11 lines
192 B
Nix
Raw Normal View History

2023-08-03 14:30:43 +00:00
{ bash
, action-flake-update-pr-clan
, writePureShellScriptBin
}:
writePureShellScriptBin "job-flake-update-clan-homepage" [
bash
action-flake-update-pr-clan
] ''
bash ${./script.sh}
''