Commit c05f821f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by github-actions[bot]
Browse files

knot-resolver: add luaPackages.psl

(cherry picked from commit f358fe97)
parent b4b099c6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;