mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-21 10:58:01 +00:00
home-manager: forgot to remove trace
This commit is contained in:
parent
72ae20dc3d
commit
14ca70e490
1 changed files with 1 additions and 1 deletions
|
@ -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;};
|
||||
|
|
Loading…
Add table
Reference in a new issue