Revert "extlinux-conf: fix cross compilation"

This reverts commit f17dd04f12a6eccdf613968efca38cfd0edfd2c0.

Changed files
+2 -2
nixos
modules
system
boot
loader
generic-extlinux-compatible
+2 -2
nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.nix
···
pkgs.substituteAll {
src = ./extlinux-conf-builder.sh;
isExecutable = true;
-
path = [pkgs.buildPackages.coreutils pkgs.buildPackages.gnused pkgs.buildPackages.gnugrep];
-
inherit (pkgs.buildPackages) bash;
+
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
+
inherit (pkgs) bash;
}