From 242e4c5483aeeeec6a5530b6e4e63a44c7efc933 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Wed, 8 May 2024 23:34:48 +0200 Subject: [PATCH] feat: add gnu parallel and mkcerts --- modules/packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/packages.nix b/modules/packages.nix index 133fdc4..e47179a 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -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