Loading pkgs/servers/dns/knot-resolver/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/servers/dns/knot-resolver/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading