mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-04-09 10:34:00 +00:00
Fix error
This commit is contained in:
parent
433615ba45
commit
8caa44d021
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ in
|
|||
_file = ./perSystem.nix;
|
||||
config = {
|
||||
_module.args.inputs' = mapAttrs (k: rootConfig.perInput system) self.inputs;
|
||||
_module.args.inputsByOutPath' = outPath: mapAttrs (k: rootConfig.perInput system) (findInputsByOutPath outPath self.inputs);
|
||||
_module.args.inputsByOutPath' = outPath: mapAttrs (k: rootConfig.perInput system) (flake-parts-lib.findInputsByOutPath outPath self.inputs);
|
||||
|
||||
_module.args.self' = rootConfig.perInput system self;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue