remove whois package

This commit is contained in:
Sean Buckley 2020-09-21 11:22:01 -04:00
parent b9a68c5f2e
commit 6dce6cb8b8

View file

@ -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/")