mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-04-09 02:24:01 +00:00
Fix typo
This commit is contained in:
parent
dc2e9a29fd
commit
35bfb0a2c9
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -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 { }
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue