@cryptotaxi247 / infra / commits / 0e444f85

macs: free more disk space in nix store gc

Martin Weinelt committed Dec 5, 2024 at 01:50 UTC 0e444f85e2904d4afd285e4ca690e6f83bd13f30
1 file changed +1 -1
macs/nix-darwin.nix
+1 -1
@@ -67,7 +67,7 @@ in
67 };
68 options =
69 let
70 - gbFree = 50;
70 + gbFree = 100;
71 in
72 "--max-freed $((${toString gbFree} * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))";
73 };