clan-infra/pkgs/job-flake-update-clan-core/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

8 lines
184 B
Nix

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