no auto gc

This commit is contained in:
dusk 2022-08-17 00:20:16 +03:00
parent f88576db25
commit 35112b0d94
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -11,7 +11,7 @@
(_: v: {flake = v;}) (_: v: {flake = v;})
(lib.filterAttrs (_: v: v ? outputs) inputs); (lib.filterAttrs (_: v: v ? outputs) inputs);
package = pkgs.nix; package = pkgs.nix;
gc.automatic = true; gc.automatic = false;
optimise.automatic = true; optimise.automatic = true;
extraOptions = '' extraOptions = ''
min-free = 536870912 min-free = 536870912