fix(mise): 使用 all_compile 禁用 NixOS 默认源码编译
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
globalConfig = {
|
globalConfig = {
|
||||||
settings = {
|
settings = {
|
||||||
trusted_config_paths = [ "/" ];
|
trusted_config_paths = [ "/" ];
|
||||||
node_compile = false;
|
all_compile = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user