From 9de39a80f83cf50b6664e0277873b063f79970cf Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 25 Nov 2021 22:45:34 +0100 Subject: [PATCH] use all the cores for building --- common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.nix b/common/common.nix index 8aacf8a..223bdc3 100644 --- a/common/common.nix +++ b/common/common.nix @@ -64,7 +64,7 @@ environment.shellAliases = { nix-generations = "sudo nix-env --list-generations --profile /nix/var/nix/profiles/system"; - rebuild = "sudo nixos-rebuild switch"; + rebuild = "sudo nixos-rebuild -j auto switch"; }; environment.variables = {