diff --git a/systems/darwin/ci.nix b/systems/darwin/ci.nix index 6a60f891..e6fda291 100644 --- a/systems/darwin/ci.nix +++ b/systems/darwin/ci.nix @@ -22,7 +22,7 @@ # Larger linux-builder cores, ram, and disk. cores = 6; memorySize = lib.mkForce (1024 * 16); - diskSize = lib.mkForce (1024 * 1); # In MB. + diskSize = lib.mkForce (1024 * 1024 * 1); # In MB. }; }; };