vuls: init at 0.27.0
[NixPkgs.git] / nixos / modules / system / boot / loader / generic-extlinux-compatible / extlinux-conf-builder.nix
blob576a07c1d272e2f93222338e211756eeef394179
1 { pkgs }:
3 pkgs.substituteAll {
4   src = ./extlinux-conf-builder.sh;
5   isExecutable = true;
6   path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
7   inherit (pkgs) bash;