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

10 lines
161 B
Nix
Raw Permalink Normal View History

2023-08-03 14:13:22 +00:00
{ bash
, coreutils
, git
, nix
, writePureShellScriptBin
}:
writePureShellScriptBin "action-flake-update" [ bash coreutils git nix ] ''
bash ${./script.sh}
''