mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
chore: update
This commit is contained in:
parent
6c6f264768
commit
789ef320b0
10 changed files with 40 additions and 84 deletions
|
|
@ -15,8 +15,6 @@
|
|||
HF_HUB_DISABLE_TELEMETRY = "1";
|
||||
STORYBOOK_DISABLE_TELEMETRY = "1";
|
||||
|
||||
FNM_RESOLVE_ENGINES = "true";
|
||||
|
||||
DENO_NO_UPDATE_CHECK = "1";
|
||||
CSC_IDENTITY_AUTO_DISCOVERY = "false";
|
||||
|
||||
|
|
@ -25,9 +23,12 @@
|
|||
|
||||
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
|
||||
NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc";
|
||||
NPM_CONFIG_INIT_MODULE = "${config.xdg.configHome}/npm/config/npm-init.js";
|
||||
NPM_CONFIG_CACHE = "${config.xdg.cacheHome}/npm";
|
||||
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||
DOCKER_CONFIG = "${config.xdg.configHome}/docker";
|
||||
FLY_CONFIG_DIR = "${config.xdg.stateHome}/fly";
|
||||
GRADLE_USER_HOME = "${config.xdg.dataHome}/gradle";
|
||||
GNUPGHOME = "${config.xdg.dataHome}/gnupg";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue