From 95a17af0c01ec463c242eb89743913cb7f6ece4e Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 25 Nov 2020 12:18:12 +0100 Subject: [PATCH] shell: install sysstat for iostat util --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 492e98a..b6da42b 100644 --- a/shell.nix +++ b/shell.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation { xorg.xwininfo nmap + sysstat ]; # Set Environment Variables