mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 03:18:01 +00:00
home-manager: forgot to remove trace (#645)
This commit is contained in:
commit
ae26ece143
1 changed files with 1 additions and 1 deletions
|
@ -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;};
|
||||||
|
|
Loading…
Add table
Reference in a new issue