deadlock-mod-manager: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user