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:
parent
3682c8e9bc
commit
8b696c1b22
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -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 ];
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue