proxyauth: add structuredAttrs

This commit is contained in:
liberodark 2026-06-19 23:04:15 +02:00
commit a59cc5aaeb

View file

@ -33,6 +33,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
nettle
];
__structuredAttrs = true;
strictDeps = true;
nativeInstallCheckInputs = [
versionCheckHook
];