From 927996220b611f46e99f507fb9198b5c89879298 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 12 Jan 2023 21:28:21 +0000 Subject: [PATCH] feat: for this test lets see if nmap can be added --- machines/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/base.nix b/machines/base.nix index 9274caa..6a08463 100644 --- a/machines/base.nix +++ b/machines/base.nix @@ -32,5 +32,6 @@ pkgs.ncdu_2 pkgs.htop pkgs.nano + pkgs.nmap ]; }