make useNixCache optional
Ryan Gibb 1 year ago c88a35c5 19b22439
··· 6 6 { 7 7 options.custom.useNixCache = lib.mkOption { 8 8 type = lib.types.bool; 9 9 - default = true; 9 9 + default = false; 10 10 }; 11 11 12 12 config = lib.mkIf cfg.useNixCache {