dig: alias to bind.dnsutils

Everytime I want to install `dig`, I have to lookf for the package it's
in.
This commit is contained in:
Matthieu Coudron
2021-03-04 12:27:34 +01:00
parent 0aeba64fb2
commit ccd106570f
+1
View File
@@ -17823,6 +17823,7 @@ in
bind = callPackage ../servers/dns/bind { };
dnsutils = bind.dnsutils;
dig = bind.dnsutils;
inherit (callPackages ../servers/bird { })
bird bird6 bird2;