base: cleanup pkgs

This commit is contained in:
Motiejus Jakštys 2024-01-26 09:20:44 +02:00
parent b59d64c29c
commit 3234a33247
1 changed files with 3 additions and 9 deletions

View File

@ -98,22 +98,20 @@
pwgen pwgen
parted parted
sqlite sqlite
bonnie # disk benchmarking
dhcpcd dhcpcd
hdparm hdparm
sdparm sdparm
procps procps
vimv-rs vimv-rs
sysstat sysstat
ripgrep
ethtool ethtool
usbutils usbutils
pciutils pciutils
bsdgames bsdgames
parallel parallel
binutils binutils
bandwhich
hyperfine hyperfine
sloccount
stress-ng stress-ng
dmidecode dmidecode
moreutils moreutils
@ -140,21 +138,17 @@
tcpdump tcpdump
testssl testssl
dnsutils dnsutils
bandwhich
speedtest-cli speedtest-cli
prettyping
config.boot.kernelPackages.perf config.boot.kernelPackages.perf
(runCommand "prettyping-pp" {} ''
mkdir -p $out/bin
ln -s ${prettyping}/bin/prettyping $out/bin/pp
'')
# compression/decompression # compression/decompression
xz xz
pigz pigz
zstd zstd
p7zip p7zip
brotli
zopfli zopfli
brotli
]; ];
}; };