feat(nix): disable auto store optimisation to speed up input fetching

This commit is contained in:
2025-08-22 23:30:00 +08:00
parent c61b1e8961
commit d22d597cf1

View File

@@ -36,8 +36,6 @@ lib.my.makeSwitch {
nix.settings = {
# Enable flakes and new 'nix' command
experimental-features = "nix-command flakes";
# Deduplicate and optimize nix store
auto-optimise-store = true;
substituters = [
"https://mirrors.sjtug.sjtu.edu.cn/nix-channels/store"
"https://mirror.sjtu.edu.cn/nix-channels/store"