1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-31 04:04:55 +00:00

Update lib.nix

This commit is contained in:
Yang, Bo 2023-05-07 15:13:56 -07:00 committed by GitHub
parent 3682c8e9bc
commit 8b696c1b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
}
);