knot-resolver: add luaPackages.psl

This commit is contained in:
Sandro Jäckel
2024-05-23 20:45:40 +02:00
parent 12a5234a61
commit f358fe97ec
+2 -1
View File
@@ -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;