From ac4b385463171289920acbc2505d388a7663591d Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 8 Feb 2024 19:38:05 +0100 Subject: [PATCH] added cores 0 to rebuild --- modules/home/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/shell/default.nix b/modules/home/shell/default.nix index 4888d4a..1fc1486 100644 --- a/modules/home/shell/default.nix +++ b/modules/home/shell/default.nix @@ -11,7 +11,7 @@ gp = "git push"; gpl = "git pull --recurse-submodules"; - nrb = "sudo nixos-rebuild switch --flake ."; + nrb = "sudo nixos-rebuild switch --flake . --cores 0"; nd = "nix develop"; neofetch = "hyfetch";