From 134f5e0bfcd5f22e3adee4b707e10693cf71e635 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 25 Jun 2021 09:59:36 +1000 Subject: linkOutputs: passthrough the inputs to make it easier for downstream expressions to refer to build products --- default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 2e98d6d..1944de0 100644 --- a/default.nix +++ b/default.nix @@ -104,6 +104,7 @@ let in '' mkdir $out '' + (concatStringsSep "\n" (mapAttrsToList link x)); + passthru.linkInputs = x; }; # Fetching files of specific type -- cgit v1.2.3