fix: add self as input for modules

This commit is contained in:
Lucas 2025-12-04 23:15:38 +01:00
commit 3c4d92cf11
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
class = "nvf";
specialArgs = {
inherit pkgs lib inputs;
inherit (inputs) self;
};
modules = import ../../modules/modules.nix {inherit pkgs lib;};
};

View file

@ -21,6 +21,7 @@
class = "nvf";
specialArgs = {
inherit pkgs lib inputs;
inherit (inputs) self;
};
modules = import ../../modules/modules.nix {inherit pkgs lib;};
};