deadlock-mod-manager: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-17 12:43:28 +01:00
parent b0d942ec97
commit 0a5233e190
@@ -86,7 +86,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
./no-updater-artifacts.patch
];
VITE_API_URL = "https://api.deadlockmods.app";
env.VITE_API_URL = "https://api.deadlockmods.app";
# Skip tests that require network access
checkFlags = [