clan-infra/pkgs/action-flake-update/default.nix

10 lines
161 B
Nix

{ bash
, coreutils
, git
, nix
, writePureShellScriptBin
}:
writePureShellScriptBin "action-flake-update" [ bash coreutils git nix ] ''
bash ${./script.sh}
''