From 75e59d53b75e4f4dc56caa0652bbc99d2b29422b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 4 Mar 2025 14:30:23 +0100 Subject: use fork of nix-index-database with non-flake support --- user/settings/base.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'user') diff --git a/user/settings/base.nix b/user/settings/base.nix index aa131ad3..d7d5fb64 100644 --- a/user/settings/base.nix +++ b/user/settings/base.nix @@ -1,13 +1,11 @@ -args@{ config -, lib +{ config , pkgs , ... }: { imports = [ ./neovim.nix ./shell.nix - (import - (args // { databases = import ; })) + ]; # Let Home Manager install and manage itself. -- cgit 1.4.1