diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-02 16:37:30 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-02 16:38:42 +0200 |
commit | a5b6e870fe9fb5ebf462c19963588d62f56d0f21 (patch) | |
tree | da9fe50ca1f1b59a03de50a72320bdbc1579f189 /tests | |
parent | ec5d7cb8e26ab30138e9cd6cbb148bfd12c3f1f2 (diff) |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |