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:
parent
0aeba64fb2
commit
ccd106570f
1 changed files with 1 additions and 0 deletions
|
@ -17823,6 +17823,7 @@ in
|
||||||
|
|
||||||
bind = callPackage ../servers/dns/bind { };
|
bind = callPackage ../servers/dns/bind { };
|
||||||
dnsutils = bind.dnsutils;
|
dnsutils = bind.dnsutils;
|
||||||
|
dig = bind.dnsutils;
|
||||||
|
|
||||||
inherit (callPackages ../servers/bird { })
|
inherit (callPackages ../servers/bird { })
|
||||||
bird bird6 bird2;
|
bird bird6 bird2;
|
||||||
|
|
Loading…
Reference in a new issue