home-manager: forgot to remove trace (#645)

This commit is contained in:
raf 2025-02-16 12:20:16 +00:00 committed by GitHub
commit ae26ece143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;};