You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My case: I searched for the package / derivation providing dnssec-keygen. Using search.nixos.org finds the derviation nixpkgs#dig. For this derivation, NixOS Search lists dnssec-keygen in the "Programs provided" section. But that is not correct, because e.g. following command fails: nix shell nixpkgs#dig --command dnssec-keygen (asserting that dnssec-keygen is not already available in $PATH).
But incidentally the package bind does provide the executable I search, even through NixOS Search does not recognize it that way. Test with: nix shell nixpkgs#bind --command dnssec-keygen.
The text was updated successfully, but these errors were encountered:
My case: I searched for the package / derivation providing
dnssec-keygen
. Using search.nixos.org finds the derviationnixpkgs#dig
. For this derivation, NixOS Search listsdnssec-keygen
in the "Programs provided" section. But that is not correct, because e.g. following command fails:nix shell nixpkgs#dig --command dnssec-keygen
(asserting thatdnssec-keygen
is not already available in$PATH
).But incidentally the package
bind
does provide the executable I search, even through NixOS Search does not recognize it that way. Test with:nix shell nixpkgs#bind --command dnssec-keygen
.The text was updated successfully, but these errors were encountered: