From 3fe766e50c03a9edabca6a1e05532ecee49fae9d Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 17 May 2022 10:20:15 +0200 Subject: [PATCH] Add inputs to specialArgs --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; };