{ writeShellApplication, git, nettools }: writeShellApplication { name = "git-gc-preserve"; runtimeInputs = [ git nettools ]; text = (builtins.readFile ./script.sh); }