nitrocli: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-17 12:43:29 +01:00
parent b8ec54e570
commit 9ce735784b
+1 -1
View File
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
doCheck = false;
# link against packaged libnitrokey
USE_SYSTEM_LIBNITROKEY = 1;
env.USE_SYSTEM_LIBNITROKEY = 1;
nativeBuildInputs = [ installShellFiles ];