fix(mise): 使用 all_compile 禁用 NixOS 默认源码编译

This commit is contained in:
2026-04-15 19:35:14 +08:00
parent f9d7d40e4e
commit 8d68dfafd2
+1 -1
View File
@@ -42,7 +42,7 @@
globalConfig = { globalConfig = {
settings = { settings = {
trusted_config_paths = [ "/" ]; trusted_config_paths = [ "/" ];
node_compile = false; all_compile = false;
}; };
}; };
}; };