Save time during build by not optimizing the store

This commit is contained in:
2026-04-01 11:44:03 +00:00
parent ab9d93a346
commit 4b25391ad8

View File

@@ -5,11 +5,13 @@ _: {
"flakes"
];
auto-optimise-store = true;
trusted-users = [ "@wheel" ];
# RPi builds can be slow due to compiling via binfmt.
download-buffer-size = 1 * 1024 * 1024 * 1024;
};
# Instead of nix.settings.auto-optimise-store, which adds overhead to each
# build.
nix.optimise.automatic = true;
}