systems-tools: add missing programs

This commit is contained in:
Artturin 2024-11-20 23:03:48 +02:00
parent d937e5c7fa
commit 31b3aa6fdc

View file

@ -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
] ]
} }
''; '';