nilla: add inputs argument
This commit is contained in:
parent
603bd044d8
commit
e0675973ed
6 changed files with 21 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
}:
|
||||
let
|
||||
inputs = builtins.mapAttrs (_: input: input.result) config.inputs;
|
||||
perInput = system: flake: {
|
||||
packages = flake.packages.${system};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue