home-manager: forgot to remove trace

This commit is contained in:
Ching Pei Yang 2025-02-16 13:13:35 +01:00
parent 72ae20dc3d
commit 14ca70e490
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -19,7 +19,7 @@
nvfModule = submoduleWith { nvfModule = submoduleWith {
description = "Nvf module"; description = "Nvf module";
class = "nvf"; class = "nvf";
specialArgs = lib.trace (builtins.attrNames inputs) { specialArgs = {
inherit pkgs lib inputs; inherit pkgs lib inputs;
}; };
modules = import ../../modules/modules.nix {inherit pkgs lib;}; modules = import ../../modules/modules.nix {inherit pkgs lib;};