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
|
||||
git # distributed version control system
|
||||
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
|
||||
wget # tool for retrieving files using http, https, and ftp
|
||||
neofetch # a fast, highly customizable system info script
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
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
|
||||
wireguard-tools # tools for the wireguard secure network tunnel
|
||||
mkcert # a simple tool for making locally-trusted development certificates
|
||||
] ++ lib.optionals (devenv.enable) [
|
||||
# languages
|
||||
gcc13
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue