1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-04-09 02:24:01 +00:00
This commit is contained in:
Yang, Bo 2023-05-06 20:34:30 -07:00
parent dc2e9a29fd
commit 35bfb0a2c9

View file

@ -175,7 +175,7 @@ let
if lib.strings.hasPrefix input.outPath "${outPath}" then
input
else
findCurrentInput outPath input.inputs or { }
findInputByOutPath outPath input.inputs or { }
)
);