diff --git a/pkgs/servers/dns/knot-resolver/default.nix b/pkgs/servers/dns/knot-resolver/default.nix index 5af0a79c4dfde..8d614c7835f70 100644 --- a/pkgs/servers/dns/knot-resolver/default.nix +++ b/pkgs/servers/dns/knot-resolver/default.nix @@ -112,7 +112,8 @@ wrapped-full = runCommand unwrapped.name # For http module, prefill module, trust anchor bootstrap. # It brings lots of deps; some are useful elsewhere (e.g. cqueues). http - # psl isn't in nixpkgs yet, but policy.slice_randomize_psl() seems not important. + # used by policy.slice_randomize_psl() + psl ]; preferLocalBuild = true; allowSubstitutes = false;