From 6dce6cb8b891ea6661b5bd7e09ed614c662b49a5 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 21 Sep 2020 11:22:01 -0400 Subject: [PATCH] remove whois package --- modules/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli.nix b/modules/cli.nix index 08bb885..e07b7a4 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -2,7 +2,7 @@ { environment.systemPackages = with pkgs; [ pwgen pv tree tmux psmisc ncdu git file sqlite usbutils entr ffmpeg gcc - python3 hugo openssl wget lm_sensors htop zip unzip dnsutils whois + python3 hugo openssl wget lm_sensors htop zip unzip dnsutils tcpdump rsync (writeScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")