optimize build time #4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user