1
0
Fork 0
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:
Robert Hensing 2022-05-17 10:20:15 +02:00
parent f2f09d5752
commit 3fe766e50c

View file

@ -14,7 +14,7 @@ let
module:
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 ];
};