all repos — nixfiles @ 600135e758d1fd02f71212c7992dadcf05c39d3f

System and user configuration, managed by nix and home-manager

tabnine: fix config parse error
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 19:52:06 +0200
commit

600135e758d1fd02f71212c7992dadcf05c39d3f

parent

04a5c7140489a4f77727cccb8adee4117a07b0f7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -45,7 +45,7 @@ disable_local_when_using_battery = false;       hide_deep_information_message = false;
       enable_power_saving_mode = false;
       enable_telemetry = false;
-      generation = "0";
+      generation = 0;
       rate_limit_interval_seconds = null;
       rate_limit_amount = null;
     };