refactored
for 26.05
This commit is contained in:
parent
e92d8e6616
commit
075cb86d40
34 changed files with 435 additions and 345 deletions
27
hosts/modules/misc.nix
Normal file
27
hosts/modules/misc.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
busybox # in case im missing something random
|
||||
unzip
|
||||
jq
|
||||
wrk
|
||||
gcc15
|
||||
gnumake
|
||||
cmake
|
||||
ninja
|
||||
binutils
|
||||
gdb
|
||||
pkg-config
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
nasm
|
||||
icu
|
||||
argc
|
||||
clang
|
||||
openssl
|
||||
cairo
|
||||
cabextract
|
||||
xdg-utils
|
||||
cacert
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue