From 6360a502192c8e533e5db32f69df98f663399d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Mon, 9 Mar 2026 21:58:28 -0700 Subject: [PATCH] fix: update nix-index-database hmModules to homeModules The nix-index-database flake output was renamed from hmModules to homeModules. Update the reference in lib/hosts.nix to resolve the evaluation warning. --- lib/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hosts.nix b/lib/hosts.nix index bbc4dce..2d37a48 100644 --- a/lib/hosts.nix +++ b/lib/hosts.nix @@ -37,7 +37,7 @@ inputs @ { home-manager.users.${username} = {...}: { imports = [ - nix-index-database.hmModules.nix-index + nix-index-database.homeModules.nix-index agenix.homeManagerModules.default ./../modules/home ./../home