From 44d8553aef5f2ff98a8bb98cfcceebccef6a04b5 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 30 Oct 2023 12:07:09 +0800 Subject: [PATCH] Revert "remove big-parallel from system-features" This reverts commit dfe5f2034670edcb2bf5ba9e3494282231021486. --- modules/system/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/nix.nix b/modules/system/nix.nix index c537cee3..63b9eba0 100644 --- a/modules/system/nix.nix +++ b/modules/system/nix.nix @@ -16,7 +16,7 @@ inputs: { settings = { - system-features = [ "nixos-test" "benchmark" ] ++ (map + system-features = [ "big-parallel" "nixos-test" "benchmark" ] ++ (map (march: "gccarch-${march}") ( if nix.marches == null then