slight refactoring
This commit is contained in:
@@ -154,7 +154,6 @@ in
|
||||
inotify-tools
|
||||
smartmontools
|
||||
unixtools.xxd
|
||||
bcachefs-tools
|
||||
ghostty.terminfo
|
||||
sqlite-interactive
|
||||
|
||||
@@ -168,7 +167,6 @@ in
|
||||
iftop
|
||||
whois
|
||||
ipset
|
||||
shfmt
|
||||
iperf3
|
||||
jnettop
|
||||
openssl
|
||||
@@ -183,9 +181,7 @@ in
|
||||
|
||||
config.boot.kernelPackages.perf
|
||||
config.boot.kernelPackages.vm-tools
|
||||
|
||||
]
|
||||
(lib.mkIf (pkgs.stdenv.hostPlatform.system == "x86_64-linux") [ wrk2 ])
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -23,30 +23,33 @@ in
|
||||
with pkgs;
|
||||
[
|
||||
rr
|
||||
wrk2
|
||||
cloc
|
||||
josm
|
||||
pdal
|
||||
gdal
|
||||
qgis-ltr
|
||||
neomutt
|
||||
valgrind
|
||||
musl.dev
|
||||
graphviz
|
||||
postgresql
|
||||
cppcheck
|
||||
wasmtime
|
||||
gcc_latest
|
||||
borgbackup
|
||||
nixpkgs-review
|
||||
cloc
|
||||
flex
|
||||
bison
|
||||
shfmt
|
||||
tokei
|
||||
shfmt
|
||||
bloaty
|
||||
neomutt
|
||||
binutils
|
||||
patchelf
|
||||
hyperfine
|
||||
sloccount
|
||||
valgrind
|
||||
musl.dev
|
||||
graphviz
|
||||
qgis-ltr
|
||||
cppcheck
|
||||
wasmtime
|
||||
bpftrace
|
||||
flex
|
||||
bison
|
||||
postgresql
|
||||
gcc_latest
|
||||
borgbackup
|
||||
nixpkgs-review
|
||||
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
|
||||
Reference in New Issue
Block a user