systems-tools: add missing programs
This commit is contained in:
parent
d937e5c7fa
commit
31b3aa6fdc
|
@ -4,7 +4,9 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
bash,
|
bash,
|
||||||
|
coreutils,
|
||||||
pciutils,
|
pciutils,
|
||||||
|
gawk,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# NOTE: We might not use these files if we end up doing the things it does in nix instead if possible.
|
# NOTE: We might not use these files if we end up doing the things it does in nix instead if possible.
|
||||||
|
@ -44,7 +46,9 @@ stdenv.mkDerivation rec {
|
||||||
wrapProgram "$out/libexec/hugepages-setup.sh" \
|
wrapProgram "$out/libexec/hugepages-setup.sh" \
|
||||||
--prefix PATH : ${
|
--prefix PATH : ${
|
||||||
lib.makeBinPath [
|
lib.makeBinPath [
|
||||||
pciutils # for lspci
|
coreutils
|
||||||
|
pciutils
|
||||||
|
gawk
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue