diff --git a/lib.nix b/lib.nix index 4a70cfe..1ec4fef 100644 --- a/lib.nix +++ b/lib.nix @@ -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 ]; };