no auto gc
ptr.pet 3 years ago 35112b0d f88576db
··· 11 11 (_: v: {flake = v;}) 12 12 (lib.filterAttrs (_: v: v ? outputs) inputs); 13 13 package = pkgs.nix; 14 14 - gc.automatic = true; 14 14 + gc.automatic = false; 15 15 optimise.automatic = true; 16 16 extraOptions = '' 17 17 min-free = 536870912