{ substituteAll, coreutils, gnused, gnugrep, bash, ubootTools }:

substituteAll {
  src = ./boot-builder.sh;
  isExecutable = true;
  path = [coreutils gnused gnugrep ubootTools];
  inherit bash;
}