From 14ca70e490e34f6e45fcfaf0510493cc042a750a Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 16 Feb 2025 13:13:35 +0100 Subject: [PATCH] home-manager: forgot to remove trace --- flake/modules/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake/modules/home-manager.nix b/flake/modules/home-manager.nix index 3b75e49a..f305558b 100644 --- a/flake/modules/home-manager.nix +++ b/flake/modules/home-manager.nix @@ -19,7 +19,7 @@ nvfModule = submoduleWith { description = "Nvf module"; class = "nvf"; - specialArgs = lib.trace (builtins.attrNames inputs) { + specialArgs = { inherit pkgs lib inputs; }; modules = import ../../modules/modules.nix {inherit pkgs lib;};