1{ pkgs }: 2 3pkgs.substituteAll { 4 src = ./extlinux-conf-builder.sh; 5 isExecutable = true; 6 path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep]; 7 inherit (pkgs) bash; 8}