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

18 lines
194 B
Nix

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