clan-infra/pkgs/job-flake-update-clan-infra/default.nix
Jörg Thalheim 1b5c7c393a
All checks were successful
build / test (push) Successful in 8s
move job-flake out of flake-parts
2023-08-03 16:33:10 +02:00

11 lines
189 B
Nix

{ bash
, action-flake-update-pr-clan
, writePureShellScriptBin
}:
writePureShellScriptBin "job-flake-update-clan-infra" [
bash
action-flake-update-pr-clan
] ''
bash ${./script.sh}
''