From 53f8a96f89bb08765aedc7671c9d93572acc4d5e Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 17 Aug 2020 11:02:18 +0000 Subject: modules/shell: install bind.dnsutils This is another one of those networking tools that's useful to have already around when things are broken enough that you can't install it. --- modules/shell/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/shell/default.nix b/modules/shell/default.nix index 3ea149157463..31e29e359408 100644 --- a/modules/shell/default.nix +++ b/modules/shell/default.nix @@ -7,6 +7,7 @@ environment.systemPackages = with pkgs; [ (aspellWithDicts (dicts: with dicts; [ en en-computers en-science eo ])) + bind.dnsutils binutils coreutils-prefixed curl -- cgit 1.4.1