feat: Add hey an apache bench alternative

This commit is contained in:
Jeremy Wall 2023-09-15 16:42:48 -04:00
parent 154391d14c
commit b4de5234eb

View File

@ -127,6 +127,7 @@ EOF";
zsh.interactiveShellInit = (builtins.readFile ./.zshrc); zsh.interactiveShellInit = (builtins.readFile ./.zshrc);
}; };
environment.systemPackages = (with pkgs; [ environment.systemPackages = (with pkgs; [
hey
nodejs nodejs
nodePackages.typescript-language-server nodePackages.typescript-language-server
tmux tmux