mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 09:01:03 +00:00
Merge 3c4d92cf11 into 13b3916c1c
This commit is contained in:
commit
e5c8e79670
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