1
0
forked from clan/clan-infra
clan-infra/pkgs/action-flake-update/default.nix

18 lines
199 B
Nix
Raw Permalink 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} "$@"
2024-06-06 15:52:20 +00:00
''