mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-31 04:04:55 +00:00
Fix typo
This commit is contained in:
parent
47c30bc195
commit
3682c8e9bc
1 changed files with 2 additions and 2 deletions
4
lib.nix
4
lib.nix
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue