feat: add gnu parallel and mkcerts
This commit is contained in:
parent
b08d73b145
commit
242e4c5483
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
lshw # provide detailed information on the hardware configuration of the machine
|
lshw # provide detailed information on the hardware configuration of the machine
|
||||||
git # distributed version control system
|
git # distributed version control system
|
||||||
gnumake # a tool to control the generation of non-source files from sources
|
gnumake # a tool to control the generation of non-source files from sources
|
||||||
|
parallel # shell tool for executing jobs in parallel
|
||||||
mercurial # a fast, lightweight scm system for very large distributed projects
|
mercurial # a fast, lightweight scm system for very large distributed projects
|
||||||
wget # tool for retrieving files using http, https, and ftp
|
wget # tool for retrieving files using http, https, and ftp
|
||||||
neofetch # a fast, highly customizable system info script
|
neofetch # a fast, highly customizable system info script
|
||||||
|
|
@ -21,6 +22,7 @@
|
||||||
nvd # nix/nixos package version diff tool
|
nvd # nix/nixos package version diff tool
|
||||||
inotify-tools # a c library and a set of command-line programs providing a simple interface to inotify
|
inotify-tools # a c library and a set of command-line programs providing a simple interface to inotify
|
||||||
wireguard-tools # tools for the wireguard secure network tunnel
|
wireguard-tools # tools for the wireguard secure network tunnel
|
||||||
|
mkcert # a simple tool for making locally-trusted development certificates
|
||||||
] ++ lib.optionals (devenv.enable) [
|
] ++ lib.optionals (devenv.enable) [
|
||||||
# languages
|
# languages
|
||||||
gcc13
|
gcc13
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue