knot-resolver: add luaPackages.psl

This commit is contained in:
Sandro Jäckel 2024-04-18 23:21:27 +02:00
parent 12a5234a61
commit f358fe97ec
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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;