fd15f37b37
This reverts commit f17dd04f12
.
8 lines
168 B
Nix
8 lines
168 B
Nix
{ pkgs }:
|
|
|
|
pkgs.substituteAll {
|
|
src = ./extlinux-conf-builder.sh;
|
|
isExecutable = true;
|
|
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
|
inherit (pkgs) bash;
|
|
}
|