optimize build time #4

Merged
aaron merged 4 commits from feature/optimize into main 2025-12-31 10:20:21 +00:00
Showing only changes of commit 5111de5278 - Show all commits

View File

@@ -4,8 +4,8 @@
nix = {
# nix settings
settings = {
# enable flakes, nix-command and eval-cache
experimental-features = [ "nix-command" "flakes" "eval-cache" ];
# enable flakes and nix-command
experimental-features = [ "nix-command" "flakes" ];
# auto-optimize my nix-store
auto-optimise-store = true;
# use all cores