From 8b696c1b2249dcc7367b0b1299f3e02ed2270e3d Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Sun, 7 May 2023 15:13:56 -0700 Subject: [PATCH] Update lib.nix --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index acaffb9..b9f0608 100644 --- a/lib.nix +++ b/lib.nix @@ -119,8 +119,8 @@ let specialArgs = rec { inherit self flake-parts-lib; inputs = args.inputs or /* legacy, warned above */ self.inputs; + inputsByOutPath = outPath: findInputsByOutPath outPath inputs; } // specialArgs; - inputsByOutPath = outPath: findInputsByOutPath outPath inputs; modules = [ ./all-modules.nix module ]; } );