repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
modules
/
system
/
boot
/
loader
/
generic-extlinux-compatible
/
extlinux-conf-builder.nix
blob
576a07c1d272e2f93222338e211756eeef394179
1
{ pkgs }:
2
3
pkgs.substituteAll {
4
src = ./extlinux-conf-builder.sh;
5
isExecutable = true;
6
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
7
inherit (pkgs) bash;
8
}