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

18 lines
194 B
Nix
Raw Normal View History

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