nilla: add inputs argument

This commit is contained in:
Nikodem Rabuliński 2025-05-01 12:41:41 +02:00
parent e809826dc8
commit 111d88a193
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
6 changed files with 21 additions and 13 deletions

View file

@ -1,9 +1,7 @@
{
config,
inputs,
}:
let
inputs = builtins.mapAttrs (_: input: input.result) config.inputs;
in
{
includes = [
./kazuki