mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Add inputs to specialArgs
This commit is contained in:
parent
f2f09d5752
commit
3fe766e50c
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -14,7 +14,7 @@ let
|
||||||
module:
|
module:
|
||||||
|
|
||||||
lib.evalModules {
|
lib.evalModules {
|
||||||
specialArgs = { inherit self flake-modules-core-lib; } // specialArgs;
|
specialArgs = { inherit self flake-modules-core-lib; inherit (self) inputs; } // specialArgs;
|
||||||
modules = [ ./all-modules.nix module ];
|
modules = [ ./all-modules.nix module ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue