From b5c81a20a8fed8c8c9b5488047c72625031842c4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Feb 2025 19:56:15 +0100 Subject: don't implicitly import tabnine config --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b92e7941..46e55e3b 100644 --- a/flake.nix +++ b/flake.nix @@ -124,6 +124,7 @@ modules = [ ./user/marvin.nix ./private/default.nix + ./private/tabnine.nix ./private/ssh.nix nix-index-database.hmModules.nix-index ]; @@ -133,6 +134,7 @@ modules = [ ./user/prefect.nix ./private/default.nix + ./private/tabnine.nix ./private/ssh.nix nix-index-database.hmModules.nix-index ]; -- cgit 1.4.1