corectrl: Fixed typo in environment variable name

This commit is contained in:
Christoffer Hald Christensen 2025-05-31 23:31:17 +02:00
parent 4bc6bf6ac8
commit b30085a48b
No known key found for this signature in database
GPG key ID: 28803B602DA4F5BE

View file

@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
vulkan-tools
];
qrWrapperArgs = [
qtWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath finalAttrs.runtimeInputs}"
];