forked from lix-project/lix
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.
This commit is contained in:
parent
ec5d7cb8e2
commit
a5b6e870fe
|
@ -18,6 +18,7 @@ build-users-group =
|
||||||
keep-derivations = false
|
keep-derivations = false
|
||||||
sandbox = false
|
sandbox = false
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
gc-reserved-space = 0
|
||||||
include nix.conf.extra
|
include nix.conf.extra
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue