dig: fix nix run usage
nix run .#dig -- nixos.org I think it's nice, given that we have the `dig` attribute already.
This commit is contained in:
@@ -26381,7 +26381,11 @@ with pkgs;
|
||||
|
||||
bind = callPackage ../servers/dns/bind { };
|
||||
dnsutils = bind.dnsutils;
|
||||
dig = bind.dnsutils;
|
||||
dig = bind.dnsutils // {
|
||||
meta = bind.dnsutils.meta // {
|
||||
mainProgram = "dig";
|
||||
};
|
||||
};
|
||||
|
||||
bird = callPackage ../servers/bird { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user