1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-31 04:04:55 +00:00
This commit is contained in:
Yang, Bo 2023-05-07 15:12:50 -07:00
parent 47c30bc195
commit 3682c8e9bc

View file

@ -85,7 +85,7 @@ let
arguments as `inputs` like above.
'';
flake-parts-lib = ref {
flake-parts-lib = rec {
evalFlakeModule =
args@
{ inputs ? self.inputs
@ -116,7 +116,7 @@ let
(module:
lib.evalModules {
specialArgs = ref {
specialArgs = rec {
inherit self flake-parts-lib;
inputs = args.inputs or /* legacy, warned above */ self.inputs;
} // specialArgs;