mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 09:01:03 +00:00
fix: add self as input for modules
This commit is contained in:
parent
13b3916c1c
commit
3c4d92cf11
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
class = "nvf";
|
class = "nvf";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit pkgs lib inputs;
|
inherit pkgs lib inputs;
|
||||||
|
inherit (inputs) self;
|
||||||
};
|
};
|
||||||
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
class = "nvf";
|
class = "nvf";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit pkgs lib inputs;
|
inherit pkgs lib inputs;
|
||||||
|
inherit (inputs) self;
|
||||||
};
|
};
|
||||||
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue