From a5b6e870fe9fb5ebf462c19963588d62f56d0f21 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 2 Jul 2020 16:37:30 +0200 Subject: [PATCH] Set gc-reserved-space to 0 in tests This reduces the amount of disk space needed to run the tests from half a gigabyte to 10 megabytes. --- tests/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/init.sh b/tests/init.sh index c62c4856a..0c2c0e170 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -18,6 +18,7 @@ build-users-group = keep-derivations = false sandbox = false experimental-features = nix-command flakes +gc-reserved-space = 0 include nix.conf.extra EOF