this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

no auto gc

+1 -1
+1 -1
modules/base/nix.nix
··· 11 11 (_: v: {flake = v;}) 12 12 (lib.filterAttrs (_: v: v ? outputs) inputs); 13 13 package = pkgs.nix; 14 - gc.automatic = true; 14 + gc.automatic = false; 15 15 optimise.automatic = true; 16 16 extraOptions = '' 17 17 min-free = 536870912