1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00

feat: add two variables

This commit is contained in:
Ryan Cao 2023-10-13 19:27:14 +08:00
parent 6b7190d3fd
commit 0406c319f7
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -8,5 +8,8 @@ _: {
FNM_RESOLVE_ENGINES = "true"; FNM_RESOLVE_ENGINES = "true";
FNM_COREPACK_ENABLED = "true"; FNM_COREPACK_ENABLED = "true";
DENO_NO_UPDATE_CHECK = "1";
CSC_IDENTITY_AUTO_DISCOVERY = "false";
}; };
} }