mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-15 00:21:02 +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";
|
||||
specialArgs = {
|
||||
inherit pkgs lib inputs;
|
||||
inherit (inputs) self;
|
||||
};
|
||||
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
class = "nvf";
|
||||
specialArgs = {
|
||||
inherit pkgs lib inputs;
|
||||
inherit (inputs) self;
|
||||
};
|
||||
modules = import ../../modules/modules.nix {inherit pkgs lib;};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue